Fixed the name of the lint workflow.
All checks were successful
Lint / pre-commit Linting (push) Successful in 20s

This commit is contained in:
Philipp Horstenkamp 2023-11-25 00:27:43 +01:00 committed by Philipp Horstenkamp
parent f1581c908b
commit df14b016b7
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Auto Maintenance Cycle name: Lint
on: on:
push: push:

View File

@ -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