Compare commits
1
Commits
main
..
a230f8b4c0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a230f8b4c0 |
@@ -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.0.0
|
||||
- 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