We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 110c101 commit 348f5e5Copy full SHA for 348f5e5
1 file changed
.github/workflows/ci.yaml
@@ -31,7 +31,9 @@ jobs:
31
- name: Run type checker
32
run: nix-shell --run "pyright pkgs/nixkube/src"
33
- name: Check formatting
34
- run: nix run --file . treefmt -- --fail-on-change
+ run: |
35
+ nix run --file . treefmt
36
+ git diff --exit-code
37
build-amd64:
38
runs-on: ubuntu-latest
39
steps:
0 commit comments