File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,15 @@ jobs:
10
10
plugin_test :
11
11
name : asdf plugin test
12
12
strategy :
13
+ fail-fast : false
13
14
matrix :
14
15
os :
15
16
- ubuntu-latest
16
17
- macos-latest
17
18
runs-on : ${{ matrix.os }}
18
19
steps :
19
20
- name : asdf_plugin_test
20
- uses : asdf-vm/actions/plugin-test@v2
21
+ uses : asdf-vm/actions/plugin-test@v4
21
22
with :
22
- command : clarinet -V | grep clarinet
23
+ command : clarinet --version
24
+ gitref : ${{ github.head_ref || github.ref_name }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v5
14
- - uses : asdf-vm/actions/install@v3
14
+ - uses : asdf-vm/actions/install@v4
15
15
- run : scripts/lint.bash
16
16
17
17
actionlint :
Original file line number Diff line number Diff line change @@ -31,14 +31,11 @@ clarinet:
31
31
32
32
``` shell
33
33
# Show all installable versions
34
- asdf list- all clarinet
34
+ asdf list all clarinet
35
35
36
36
# Install specific version
37
37
asdf install clarinet latest
38
38
39
- # Set a version globally (on your ~/.tool-versions file)
40
- asdf global clarinet latest
41
-
42
39
# Now clarinet commands are available
43
40
clarinet --help
44
41
```
You can’t perform that action at this time.
0 commit comments