Skip to content

Commit

Permalink
ci: fix CI again (#1834)
Browse files Browse the repository at this point in the history
It's slow, but recommended way
pre-commit/pre-commit#2240
  • Loading branch information
Lightning00Blade committed Feb 5, 2024
1 parent 17d98db commit ce4d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-bidi-types.yml
Expand Up @@ -99,7 +99,7 @@ jobs:
- run: python -m pip install pre-commit
- run: python -m pip freeze --local
- name: Run formatter
run: npm run format
run: npm run format || npm run format
- name: Create Pull Request
uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6.0.0
with:
Expand Down

0 comments on commit ce4d3e1

Please sign in to comment.