Skip to content

Commit

Permalink
revert: ci: apply pre-commit changes back to branch
Browse files Browse the repository at this point in the history
This reverts commit 566e96b.
  • Loading branch information
jooola committed Mar 2, 2024
1 parent 566e96b commit d7ce296
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,5 @@ 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 d7ce296

Please sign in to comment.