Update .gitea/workflows/analyze_and_publish.yml
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
pip install -r requirements.txt
|
||||
pip install 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:
|
||||
name: Publish script
|
||||
needs: analyze
|
||||
|
||||
Reference in New Issue
Block a user