Fixed the name of the lint workflow. #5

Merged
Philipp merged 1 commits from action-name-fix into main 2023-11-25 00:31:52 +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