1
1
Fork 0

Update .gitea/workflows/lint.yaml
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 4s

This commit is contained in:
Seaswimmer 2024-04-29 22:58:05 +00:00
parent c6ced3cdb0
commit d81e58d9d9
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

View file

@ -2,7 +2,7 @@ name: Actions
on:
push:
branches:
- 'main'
- 'master'
jobs:
Lint Code (Ruff & Pylint):