Update .gitea/workflows/analyze_and_publish.yml

This commit is contained in:
2026-02-10 00:13:43 +01:00
Unverified
parent 6bca51938b
commit 1177b7d31a

View File

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