Skip to content

Commit eca6386

Browse files
committed
github: don't check fmt
1 parent 44a89f0 commit eca6386

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/check.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,6 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
check-fmt:
12-
runs-on: ubuntu-latest
13-
steps:
14-
- uses: actions/checkout@main
15-
with:
16-
fetch-depth: 1
17-
- uses: DeterminateSystems/nix-installer-action@main
18-
- name: Check formatting
19-
run: nix fmt -- -c .
2011
check-eval:
2112
runs-on: ubuntu-latest
2213
steps:

0 commit comments

Comments
 (0)