Tweak pre-commit-mirror invocation
This commit is contained in:
parent
c9c9fc5b49
commit
48af87ed07
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -22,13 +22,6 @@ jobs:
|
||||
git config user.name 'Github Actions'
|
||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
- run: >
|
||||
pre-commit-mirror
|
||||
--language python
|
||||
--package-name ruff
|
||||
--entry ruff
|
||||
--id ruff
|
||||
--types python
|
||||
--description "Run `ruff` for extremely fast Python linting" .
|
||||
- run: pre-commit-mirror --language python --package-name ruff --entry ruff --id ruff --types python --description "Run 'ruff' for extremely fast Python linting" .
|
||||
|
||||
- run: git push origin HEAD:refs/heads/main --tags
|
||||
|
Loading…
Reference in New Issue
Block a user