Skip to content

Commit

Permalink
Update buildifier and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Jun 7, 2024
1 parent df9cc94 commit aa37fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install
run: |
wget --output-document=buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.4.0/buildifier-linux-amd64
wget --output-document=buildifier https://github.com/bazelbuild/buildtools/releases/download/v7.1.2/buildifier-linux-amd64
sudo chmod +x buildifier
- name: Check
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -name "BUILD.*")
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: npm install --global prettier@3.2.5
- run: npm install --global prettier@3.3.1
- run: npx prettier --ignore-path .gitignore --write .
- run: git diff --exit-code

Expand Down

0 comments on commit aa37fbc

Please sign in to comment.