Skip to content

Commit

Permalink
Merge pull request #12799 from mixxxdj/dependabot/github_actions/pre-…
Browse files Browse the repository at this point in the history
…commit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
daschuer authored Feb 12, 2024
2 parents c2ebd99 + 4bb7d5b commit 031dfde
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 @@ -38,7 +38,7 @@ jobs:
git config --global --list
- name: "Detect code style issues (push)"
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
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 @@ -47,7 +47,7 @@ jobs:
SKIP: clang-format,eslint,no-commit-to-branch

- name: "Detect code style issues (pull_request)"
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
if: github.event_name == 'pull_request'
env:
SKIP: no-commit-to-branch
Expand Down

0 comments on commit 031dfde

Please sign in to comment.