Skip to content

Commit

Permalink
I am going to launch Github Actions into the sun
Browse files Browse the repository at this point in the history
  • Loading branch information
npaun committed Aug 21, 2024
1 parent 1948619 commit 86b225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt-get install -y --no-install-recommends clang-format-18
# buildifier won't install properly if specifying a particular version
go install github.com/bazelbuild/buildtools/buildifier@latest
echo "BUILDIFIER=$HOME/go/bin/buildifier" >> $GITHUB_ENV
- name: Install pnpm
uses: pnpm/action-setup@v4
# The pnpm version will be determined by the `packageManager` field in `.npmrc`
Expand All @@ -40,4 +41,3 @@ jobs:
python3 ./tools/cross/format.py --check
env:
CLANG_FORMAT: clang-format-18
BUILDIFIER: /github/home/go/bin/buildifier

0 comments on commit 86b225a

Please sign in to comment.