Skip to content

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 in the non-breaking-changes group across 1 directory #533

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 in the non-breaking-changes group across 1 directory

build(deps): bump actions/checkout from 4.2.0 to 4.2.2 in the non-breaking-changes group across 1 directory #533

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: cachix/install-nix-action@3715ab1a11cac9e991980d7b4a28d80c7ebdd8f9 # v27
- name: "Check EditorConfig"
run: nix run 'nixpkgs#eclint' --inputs-from .