Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreiniger committed Dec 13, 2023
1 parent 9ab7f37 commit 34d6b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
echo "Something changed, need to re-generate"
bazel run //:generate
buildifier -warnings all --lint=fix -r ..
cd ..
bazel build //... --nobuild --enable_bzlmod --lockfile_mode=update
cd tests
bazel build //... --nobuild --enable_bzlmod --lockfile_mode=update
else
echo "No changes!"
fi;
Expand Down
1 change: 1 addition & 0 deletions generate/WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 34d6b53

Please sign in to comment.