Skip to content

Commit

Permalink
ci: apply pre-commit changes back to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Mar 2, 2024
1 parent 0b80c97 commit 566e96b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@ jobs:
with:
python-version: 3.x
- uses: actions/setup-node@v4

- run: npm ci

- uses: pre-commit/[email protected]

- uses: pre-commit-ci/[email protected]
if: always() && github.event_name == 'pull_request'
with:
msg: "chore: apply pre-commit fixes"

0 comments on commit 566e96b

Please sign in to comment.