Skip to content

Commit

Permalink
Remove check-fmt script
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed May 29, 2022
1 parent 1df6a97 commit 2f6cbe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: cachix/install-nix-action@v12
- uses: actions/checkout@v1
- name: Check format
run: ./check-fmt
run: nix-shell --run 'nixpkgs-fmt --check .'

build:
runs-on: ${{ matrix.os }}
Expand Down
10 changes: 0 additions & 10 deletions check-fmt

This file was deleted.

0 comments on commit 2f6cbe6

Please sign in to comment.