Files
gitea-act-create-pr/.gitea/workflows/lint.yaml
Renovate Bot 1b0447b070
Some checks failed
Lint / pre-commit Autoupdate (push) Failing after 11m28s
chore(deps): update actions/setup-python action to v6
2025-09-07 22:03:05 +00:00

19 lines
362 B
YAML

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@v6
- run: pip install pre-commit
shell: bash
- name: pre-commit
run: SKIP=no-commit-to-branch pre-commit run -a