Merge branch 'master' of https://www.coastalcommits.com/SeaswimmerTheFsh/PythonLearning
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:
commit
73142f3273
2 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@ name: Actions
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
|
||||
jobs:
|
||||
Lint Code (Ruff & Pylint):
|
||||
|
@ -13,8 +13,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Analysing code with Ruff
|
||||
run: ./.venv/bin/ruff check $(git ls-files '*.py')
|
||||
run: ruff check $(git ls-files '*.py')
|
||||
continue-on-error: true
|
||||
|
||||
- name: Analysing code with Pylint
|
||||
run: ./.venv/bin/pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
||||
run: pylint --rcfile=.forgejo/workflows/config/.pylintrc $(git ls-files '*.py')
|
|
@ -1 +1,3 @@
|
|||
# Blastoff!
|
||||
|
||||
*4/29/2024*
|
Loading…
Reference in a new issue