Update .gitea/workflows/analyze_and_publish.yml
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pylint
|
pip install pylint
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: pylint --exit-zero $(git ls-files 'src/*.py')
|
run: pylint --exit-zero $(git ls-files 'src/*.pyw')
|
||||||
publish:
|
publish:
|
||||||
name: Publish script
|
name: Publish script
|
||||||
needs: analyze
|
needs: analyze
|
||||||
|
|||||||
Reference in New Issue
Block a user