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 2ab9820 commit cc425dfCopy full SHA for cc425df
.github/workflows/PR.yml
@@ -71,7 +71,7 @@ jobs:
71
fi
72
echo "DOG_FOOD_VENV_BIN=${venv_dir}/${binary_folder_name}" >> "$GITHUB_ENV"
73
${DOG_FOOD_VENV_BIN}/pip install .
74
- - name: Lint our own pakage
+ - name: Lint our own package
75
shell: bash
76
run: |
77
${DOG_FOOD_VENV_BIN}/nps lint .
0 commit comments