Skip to content

Commit

Permalink
CI: Run biome on its own config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Oct 11, 2024
1 parent ea82c62 commit 4192150
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
- name: Upgrade pip and install pipenv
run: |
sudo apt-get install python3-pip pipenv
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2
- name: Remove docs from cache # Avoid stale docs
run: |
rm -rf target/doc target/cppdocs api/node/docs
Expand All @@ -69,6 +71,8 @@ jobs:
run: cargo fmt --
- name: C++ format
run: find -iname \*.h -o -iname \*.cpp | xargs clang-format -i
- name: Run biome for top-level json config itself
run: biome format biome.json
- name: Suggest format changes
uses: reviewdog/action-suggester@v1
with:
Expand Down

0 comments on commit 4192150

Please sign in to comment.