Skip to content

Commit

Permalink
ci: remove run from pre-commit action extra-args
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 5, 2024
1 parent 23f707f commit a4847b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run pre-commit check
uses: pre-commit/[email protected]
with:
extra_args: run --all-files --hook-stage manual
extra_args: --all-files --hook-stage manual
{% endif -%}
conventional_commits:
name: Conventional Commit Checking
Expand Down

0 comments on commit a4847b6

Please sign in to comment.