We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3488a39 commit 3c1f4a6Copy full SHA for 3c1f4a6
.github/workflows/ci.yml
@@ -15,6 +15,8 @@ jobs:
15
uses: actions/checkout@v5
16
- name: Setup mise-en-place
17
uses: jdx/mise-action@v3
18
+ with:
19
+ experimental: true
20
- name: Check code
21
run: mise check
22
- name: Run tests
.github/workflows/release.yml
@@ -22,7 +22,9 @@ jobs:
with:
23
fetch-depth: 0
24
25
- uses: jdx/mise-action@v2
+ uses: jdx/mise-action@v3
26
27
28
- name: Verify the integrity of provenance attestations and registry signatures for installed dependencies
29
run: bun audit signatures
30
- name: Release
0 commit comments