Removed maintance on push + added lint. #32

Merged
Philipp merged 2 commits from no-update into main 2024-05-21 03:04:32 +02:00
2 changed files with 19 additions and 3 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,14 +1,12 @@
name: Auto Maintenance Cycle
on:
push:
schedule:
- cron: 0 0 * * *
workflow_dispatch:
jobs:
auto-update:
name: pre-commit Autoupdate
name: pre-commit
runs-on: pi64
env:
SPECIFIC_BRANCH: chore/update-pre-commit