Skip to content

Commit

Permalink
ci: sync with template repository
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 16, 2024
1 parent a624504 commit 9041672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- name: pre-commit
uses: liblaf/template/.github/actions/pre-commit@main
with:
autofix: true
autofix: ${{ ! github.ref_protected }}
token: ${{ secrets.GH_TOKEN }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
types:
- text
- repo: https://github.com/liblaf/template
rev: main
rev: v1.0.0
hooks:
- id: cargo-check
- id: cargo-clippy
Expand Down

0 comments on commit 9041672

Please sign in to comment.