We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58785a commit 2e46874Copy full SHA for 2e46874
.github/workflows/build-test-lint.yml
@@ -32,14 +32,7 @@ jobs:
32
working-directory: xero-python
33
34
- name: Run audit
35
- run: |
36
-
37
- echo "running audit on requirements.txt...."
38
- pip-audit -r requirements.txt
39
40
- echo "running audit on dev.txt...."
41
- pip-audit -r requirements/dev.txt
42
+ run: pip-audit -r requirements.txt -r requirements/dev.txt
43
44
45
- name: Run Flake8
0 commit comments