1
1
Fork 0

Merge branch 'master' of https://www.coastalcommits.com/SeaswimmerTheFsh/PythonLearning
Some checks failed
Actions / Lint Code (Ruff & Pylint) (push) Failing after 4s

This commit is contained in:
EntropicDecay 2024-04-29 18:02:37 -05:00
commit 73142f3273
2 changed files with 6 additions and 4 deletions

View file

@ -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')

View file

@ -1 +1,3 @@
# Blastoff! # Blastoff!
*4/29/2024*