Removed maintance on push + added lint.
All checks were successful
Lint / pre-commit Autoupdate (push) Successful in 22s

This commit is contained in:
Philipp Horstenkamp 2024-05-21 02:57:28 +02:00
parent afd78cc1bc
commit 5a12e52937
Signed by: Philipp
GPG Key ID: DD53EAC36AFB61B4
2 changed files with 18 additions and 2 deletions

View File

@ -0,0 +1,18 @@
name: Lint
on:
push:
jobs:
auto-update:
name: pre-commit Autoupdate
runs-on: python
env:
SPECIFIC_BRANCH: chore/update-pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: pip install pre-commit
shell: bash
- name: pre-commit
run: SKIP=no-commit-to-branch pre-commit run -a

View File

@ -1,10 +1,8 @@
name: Auto Maintenance Cycle
on:
push:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
auto-update: