Compare commits
3 Commits
79dddea92c
...
df14b016b7
Author | SHA1 | Date | |
---|---|---|---|
df14b016b7 | |||
f1581c908b | |||
d04a264bc4 |
@ -1,4 +1,4 @@
|
|||||||
name: Auto Maintenance Cycle
|
name: Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -15,7 +15,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v4
|
||||||
|
|
||||||
- run: pip install pre-commit
|
- run: pip install pre-commit
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: pre-commit autoupdate
|
- run: pre-commit autoupdate
|
||||||
|
@ -34,7 +34,7 @@ repos:
|
|||||||
args: [--autofix]
|
args: [--autofix]
|
||||||
|
|
||||||
- repo: https://github.com/frnmst/md-toc
|
- repo: https://github.com/frnmst/md-toc
|
||||||
rev: 8.2.0
|
rev: 8.2.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: md-toc
|
- id: md-toc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user