build(deps): bump editorconfig-checker/action-editorconfig-checker from d701d352e6a4d8e03d1e56525f245e5a22d8eb49 to 21ca686ee3d39737a449370e84e151dd59a49af7 #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nix formatter checks | |
on: | |
pull_request: | |
jobs: | |
lockfile: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Install Nix | |
uses: cachix/install-nix-action@v18 | |
- name: Run nix formatter tool | |
run: nix fmt . -- --check |