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 92f31ad commit ae4d138Copy full SHA for ae4d138
.github/workflows/pr.yml
@@ -15,8 +15,10 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
ref: ${{ github.event.pull_request.head.sha }}
18
- - name: Setup asdf
19
- uses: asdf-vm/actions/install@v3
+ - name: Setup Mise
+ uses: jdx/mise-action@v2
20
+ with:
21
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
22
- name: Install dependencies
23
run: go mod download
24
- name: Add asdf shims to PATH
0 commit comments