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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Lint Code (Ruff & Pylint):
|
Lint Code (Ruff & Pylint):
|
||||||
|
@ -13,8 +13,8 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Analysing code with Ruff
|
- 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
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Analysing code with Pylint
|
- 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!
|
# Blastoff!
|
||||||
|
|
||||||
|
*4/29/2024*
|
Loading…
Reference in a new issue