Skip to content

Commit

Permalink
Exposed version
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Jan 31, 2025
1 parent 34fc8a9 commit c9f69c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ jobs:
- uses: actions/checkout@v2
- name: Buildifier
run: |
wget "https://github.com/bazelbuild/buildtools/releases/download/v8.0.2/buildifier-linux-amd64" -O buildifier
wget "https://github.com/bazelbuild/buildtools/releases/download/v${BUILDIFIER_VERSION}/buildifier-linux-amd64" -O buildifier
chmod +x ./buildifier
./buildifier -lint=warn -mode=check -warnings=all -r ${{ github.workspace }}
rm ./buildifier
env:
BUILDIFIER_VERSION: 8.0.2
- uses: DoozyX/[email protected]
with:
source: '.'
Expand Down

0 comments on commit c9f69c1

Please sign in to comment.