We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de47337 commit 9ce5fe1Copy full SHA for 9ce5fe1
1 file changed
template/.github/workflows/.ci.yml
@@ -19,7 +19,7 @@ jobs:
19
hatch env prune
20
21
- name: Run pre-commit
22
- run: hatch run precommit:run
+ run: hatch run pre-commit:run
23
24
tests:
25
runs-on: ubuntu-latest
@@ -33,4 +33,4 @@ jobs:
33
with:
34
python-version: ${{ matrix.python-version }}
35
- run: pip install click==8.1.8 hatch
36
- - run: hatch run tests:run
+ - run: hatch test
0 commit comments