We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e0a5f commit 5a11e99Copy full SHA for 5a11e99
1 file changed
.github/workflows/ci.yml
@@ -23,6 +23,22 @@ jobs:
23
- name: Run lint task
24
run: mise run lint
25
26
+ test:
27
+ name: Test
28
+ runs-on: ubuntu-latest
29
+ steps:
30
+ - name: Checkout
31
+ uses: actions/checkout@v6
32
+
33
+ - name: Setup mise
34
+ uses: jdx/mise-action@v4
35
+ with:
36
+ install: true
37
+ cache: true
38
39
+ - name: Run test task
40
+ run: mise run test
41
42
check-doc:
43
name: Docs up-to-date
44
runs-on: ubuntu-latest
0 commit comments