Compare commits
1
Commits
main
..
e744606d9f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e744606d9f |
@@ -0,0 +1,18 @@
|
|||||||
|
name: Lint
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
auto-update:
|
||||||
|
name: pre-commit Autoupdate
|
||||||
|
runs-on: python
|
||||||
|
env:
|
||||||
|
SPECIFIC_BRANCH: chore/update-pre-commit
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v7
|
||||||
|
- uses: actions/setup-python@v6
|
||||||
|
- run: pip install pre-commit
|
||||||
|
shell: bash
|
||||||
|
- name: pre-commit
|
||||||
|
run: SKIP=no-commit-to-branch pre-commit run -a
|
||||||
Reference in New Issue
Block a user