We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64e370d commit aea5798Copy full SHA for aea5798
1 file changed
.github/workflows/main.yml
@@ -24,8 +24,8 @@ jobs:
24
curl -LsSf https://astral.sh/uv/install.sh | sh
25
- name: Grade repository
26
run: |
27
- uv run gatorgrade --config .gatorgrade.yml
+ uv run gatorgrade --config gatorgrade.yml
28
if: always()
29
env:
30
PIPENV_VENV_IN_PROJECT: 1
31
- PIPENV_IGNORE_VIRTUALENVS: 1
+ PIPENV_IGNORE_VIRTUALENVS: 1
0 commit comments