There was an error while loading. Please reload this page.
1 parent 3a079b6 commit 58fa95cCopy full SHA for 58fa95c
1 file changed
.github/workflows/ci.yaml
@@ -33,8 +33,22 @@ jobs:
33
with:
34
persist-credentials: false
35
36
+ - name: Setup Mise
37
+ uses: jdx/mise-action@9e7f7633ff6f6d6048a9418a68d48f288f50eb14 # v4.2.3
38
+ with:
39
+ install: false
40
+
41
+ - name: Resolve linter versions
42
+ id: tools
43
+ run: |
44
+ echo "actionlint=$(mise config get tools.actionlint)" >> "$GITHUB_OUTPUT"
45
+ echo "zizmor=$(mise config get tools.zizmor)" >> "$GITHUB_OUTPUT"
46
47
- name: Lint workflows
- uses: ./actions/workflow-lint
48
+ uses: $/actions/workflow-lint
49
50
+ actionlint-version: ${{ steps.tools.outputs.actionlint }}
51
+ zizmor-version: ${{ steps.tools.outputs.zizmor }}
52
53
status:
54
if: ${{ !cancelled() }}
0 commit comments