Skip to content

Commit 2e46874

Browse files
author
sangeet-joy_xero
committed
incorporated the review comments
1 parent f58785a commit 2e46874

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build-test-lint.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
working-directory: xero-python
3333

3434
- 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-
35+
run: pip-audit -r requirements.txt -r requirements/dev.txt
4336
working-directory: xero-python
4437

4538
- name: Run Flake8

0 commit comments

Comments
 (0)