Trying a first version.
Some checks failed
Try out action / pre-commit Autoupdate (push) Failing after 33s
Lint / pre-commit Autoupdate (push) Failing after 41s

This commit is contained in:
2024-05-28 22:09:02 +02:00
parent fd6e50aa13
commit c3b63b7fea
301 changed files with 38323 additions and 17 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

@ -0,0 +1,17 @@
name: Try out action
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: echo Current branch ${{github.ref_name}}
- name: version-up
uses: https://git.horstenkamp.eu/Philipp/version-up-action.git@${{github.ref_name}}