Add .gitea/workflows/lint.yaml
Some checks failed
Auto Maintenance Cycle / pre-commit Linting (push) Failing after 35s
Some checks failed
Auto Maintenance Cycle / pre-commit Linting (push) Failing after 35s
This commit is contained in:
parent
09be3624b9
commit
49ab01f89e
18
.gitea/workflows/lint.yaml
Normal file
18
.gitea/workflows/lint.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
name: Auto Maintenance Cycle
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
pre-commit-lint:
|
||||
name: pre-commit Linting
|
||||
runs-on: pi
|
||||
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
|
||||
shell: bash
|
Loading…
x
Reference in New Issue
Block a user