We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25aa81 commit 1ea4f3fCopy full SHA for 1ea4f3f
1 file changed
.github/workflows/ci.yml
@@ -18,9 +18,10 @@ jobs:
18
with:
19
lfs: true
20
21
- - name: Setup mise environment
22
- run: source Scripts/environment.sh
23
- shell: bash
+ - uses: jdx/mise-action@v3
+ with:
+ experimental: true
24
+ github_token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Check formatting (Swift + Markdown)
27
run: bin/mise run format-check
@@ -48,9 +49,10 @@ jobs:
48
49
restore-keys: |
50
${{ runner.os }}-spm-
51
52
53
54
55
56
57
- name: Show Swift version
58
run: swift --version
0 commit comments