Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the non-breaking-changes group #522

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the non-breaking-changes group

build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the non-breaking-changes group #522

Workflow file for this run

name: "Check EditorConfig"
permissions: read-all
on:
pull_request_target:
types: [opened, synchronize, reopened, edited]
jobs:
editorconfig:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
persist-credentials: false
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
- name: "Check EditorConfig"
run: nix run 'nixpkgs#eclint' --inputs-from .