Update .gitea/workflows/lint.yaml
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 4s
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 4s
This commit is contained in:
parent
c6ced3cdb0
commit
d81e58d9d9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Actions
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Lint Code (Ruff & Pylint):
|
Lint Code (Ruff & Pylint):
|
||||||
|
|
Loading…
Reference in a new issue