Skip to content

Commit ae7c0e4

Browse files
committed
chore: use plugin-test v4
1 parent 6ef1b2f commit ae7c0e4

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,15 @@ jobs:
1010
plugin_test:
1111
name: asdf plugin test
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
os:
1516
- ubuntu-latest
1617
- macos-latest
1718
runs-on: ${{ matrix.os }}
1819
steps:
1920
- name: asdf_plugin_test
20-
uses: asdf-vm/actions/plugin-test@v2
21+
uses: asdf-vm/actions/plugin-test@v4
2122
with:
22-
command: clarinet -V | grep clarinet
23+
command: clarinet --version
24+
gitref: ${{ github.head_ref || github.ref_name }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: asdf-vm/actions/install@v3
14+
- uses: asdf-vm/actions/install@v4
1515
- run: scripts/lint.bash
1616

1717
actionlint:

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ clarinet:
3131

3232
```shell
3333
# Show all installable versions
34-
asdf list-all clarinet
34+
asdf list all clarinet
3535

3636
# Install specific version
3737
asdf install clarinet latest
3838

39-
# Set a version globally (on your ~/.tool-versions file)
40-
asdf global clarinet latest
41-
4239
# Now clarinet commands are available
4340
clarinet --help
4441
```

0 commit comments

Comments
 (0)