Skip to content

Commit cba8362

Browse files
authored
Merge pull request #158 from multiformats/gha
chore: update github actions
2 parents 7f708c6 + f1c0cfa commit cba8362

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/check-multicodec-in-sync.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ jobs:
1414
- name: List files in the repository
1515
run: |
1616
ls ${{ github.workspace }}
17-
- name: Install babashka
18-
uses: just-sultanov/setup-babashka@v2
19-
with:
20-
version: '0.4.6'
2117
- name: Run checker
22-
run: bb multicodec-sync-check/check.clj
18+
uses: pl-strflt/docker-container-action@v1
19+
with:
20+
repository: babashka/babashka
21+
ref: v0.4.6
22+
tag: 0.4.6-alpine
23+
args: multicodec-sync-check/check.clj
24+
docker-registry-url: https://docker.io

0 commit comments

Comments
 (0)