Skip to content

Commit

Permalink
Merge pull request #4819 from mixxxdj/dependabot/github_actions/pre-c…
Browse files Browse the repository at this point in the history
…ommit/action-3.0.0

Bump pre-commit/action from 2.0.3 to 3.0.0
  • Loading branch information
Swiftb0y committed Jun 22, 2022
2 parents 7249ee5 + 4444769 commit 1a4e0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 2

- name: "Detect code style issues (push)"
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
if: github.event_name == 'push'
# There are too many files in the repo that have formatting issues. We'll
# disable these checks for now when pushing directly (but still run these
Expand All @@ -29,7 +29,7 @@ jobs:
SKIP: clang-format,eslint,no-commit-to-branch

- name: "Detect code style issues (pull_request)"
uses: pre-commit/action@v2.0.3
uses: pre-commit/action@v3.0.0
if: github.event_name == 'pull_request'
env:
SKIP: no-commit-to-branch
Expand Down

0 comments on commit 1a4e0ac

Please sign in to comment.