1
Fork 0

add gazelle to CI targets

nix v1.0.0
Motiejus Jakštys 2023-01-18 22:43:33 +02:00
parent 8d1e1c9fa6
commit c03a602023
1 changed files with 2 additions and 1 deletions

View File

@ -21,9 +21,10 @@ tasks:
sudo dpkg --add-architecture arm64
sudo apt-get update
sudo apt-get install libc6:arm64 -y
- lint: |
- lint_gazelle: |
cd bazel-zig-cc; . .envrc
./ci/lint
bazel run --color=yes --curses=yes //:gazelle
git diff --exit-code
- test_release: |
cd bazel-zig-cc; . .envrc