try again

This commit is contained in:
Kenneth Kehl
2023-09-12 13:45:30 -07:00
parent 94152b51ef
commit 6596b7e89c

View File

@@ -32,6 +32,8 @@ jobs:
output: report-markdown
annotations: failed-tests
prnumber: ${{ steps.findPr.outputs.number }}
- name: Install curl
run: sudo apt install curl
- name: Run style checks
run: poetry run flake8 .
- name: Check imports alphabetized