We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71920d commit f49f895Copy full SHA for f49f895
.github/workflows/ci.yml
@@ -17,18 +17,6 @@ jobs:
17
curl -LsSf https://astral.sh/uv/install.sh | sh
18
echo "$HOME/.local/bin" >> $GITHUB_PATH
19
20
- - name: make check
21
- run: |
22
- set -euxo pipefail
23
- make check
24
-
25
- - name: make test
26
27
28
- make test
29
30
- - name: format --check (from make -n format)
31
- shell: bash
32
33
34
- make checkformat
+ - run: make check
+ - run: make test
+ - run: make checkformat
0 commit comments