We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253ef82 commit 630ab56Copy full SHA for 630ab56
1 file changed
.github/workflows/test.yml
@@ -53,6 +53,7 @@ jobs:
53
- run: coverage run --source=dfetch --append -m behave features # Run features tests
54
- run: coverage xml -o coverage.xml # Create XML report
55
- run: pyroma --directory --min=10 . # Check pyproject
56
+ - run: find dfetch -name "*.py" | xargs pyupgrade --py39-plus # Check syntax
57
58
- name: Run codacy-coverage-reporter
59
uses: codacy/codacy-coverage-reporter-action@a38818475bb21847788496e9f0fddaa4e84955ba # master
0 commit comments