Skip to content

Commit

Permalink
buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Dec 8, 2023
1 parent 03623e0 commit 6ebe3f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checkers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
- uses: actions/checkout@v4
- name: Install shfmt
run: curl -sS https://webi.sh/shfmt | sh
- name: Install buildifier
run: sudo curl -fsSL -o /usr/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/6.0.0/buildifier-linux-amd64 | sudo chmod 755 /usr/bin/buildifier
- name: Run checkers.sh
run: |
chmod +x ./ci/builds/checkers.sh
Expand Down

0 comments on commit 6ebe3f1

Please sign in to comment.