We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6e397 commit 26bfff9Copy full SHA for 26bfff9
3 files changed
.github/workflows/check.yaml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v6
16
17
- name: Setup mise
18
- uses: jdx/mise-action@v2
+ uses: jdx/mise-action@v3
19
20
- name: Find bash scripts
21
id: find-bash
.github/workflows/release.yaml
@@ -31,7 +31,7 @@ jobs:
31
run: git fetch --tags --force
32
33
34
35
36
- name: Install dependencies
37
run: yarn install
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
28
29
30
- name: Run CLI tests
run: mise run test
0 commit comments