Skip to content

Commit

Permalink
Run buildifier
Browse files Browse the repository at this point in the history
  • Loading branch information
yukawa committed Oct 18, 2024
1 parent 8c8a446 commit 370530f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,23 @@ jobs:
path: src/bazel-bin/unix/mozc.zip
if-no-files-found: warn

buildifier:
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
runs-on: ubuntu-24.04
timeout-minutes: 60

steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'false'

- name: Run
working-directory: ./src
run: |
go install github.com/bazelbuild/buildtools/buildifier@latest
$(go env GOPATH)/bin/buildifier -r .
test:
# https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 370530f

Please sign in to comment.