Merge pull request 'Fixed the name of the lint workflow.' (#5) from action-name-fix into main
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 30s
Lint / pre-commit Linting (push) Successful in 46s

Reviewed-on: #5
This commit is contained in:
Philipp Horstenkamp 2023-11-25 00:31:49 +01:00
commit 0858cc69be
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -15,7 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: pip install pre-commit
shell: bash
- run: pre-commit autoupdate