Skip to content

Commit 630ab56

Browse files
committed
Check pyupgrade during test action
1 parent 253ef82 commit 630ab56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- run: coverage run --source=dfetch --append -m behave features # Run features tests
5454
- run: coverage xml -o coverage.xml # Create XML report
5555
- run: pyroma --directory --min=10 . # Check pyproject
56+
- run: find dfetch -name "*.py" | xargs pyupgrade --py39-plus # Check syntax
5657

5758
- name: Run codacy-coverage-reporter
5859
uses: codacy/codacy-coverage-reporter-action@a38818475bb21847788496e9f0fddaa4e84955ba # master

0 commit comments

Comments
 (0)