Compare commits

1 Commits

Author SHA1 Message Date
79dddea92c Fixed the name of the lint workflow.
All checks were successful
Lint / pre-commit Linting (push) Successful in 20s
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 48s
2023-11-25 00:27:43 +01:00
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