Updates to the pre-commit action created at 2023-11-24 #4

Closed
runner wants to merge 2 commits from update/pre-commit-hooks into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 79dddea92c - Show all commits

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