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 49ac470 commit 79d5a67Copy full SHA for 79d5a67
.github/workflows/PR.yml
@@ -75,4 +75,6 @@ jobs:
75
- name: Lint our own package
76
shell: bash
77
run: |
78
- ${DOG_FOOD_VENV_BIN}/nps lint .
+ pwd
79
+ ls
80
+ ${DOG_FOOD_VENV_BIN}/nps -vv lint .
0 commit comments