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.
2 parents 7f708c6 + f1c0cfa commit cba8362Copy full SHA for cba8362
.github/workflows/check-multicodec-in-sync.yml
@@ -14,9 +14,11 @@ jobs:
14
- name: List files in the repository
15
run: |
16
ls ${{ github.workspace }}
17
- - name: Install babashka
18
- uses: just-sultanov/setup-babashka@v2
19
- with:
20
- version: '0.4.6'
21
- name: Run checker
22
- run: bb multicodec-sync-check/check.clj
+ uses: pl-strflt/docker-container-action@v1
+ with:
+ repository: babashka/babashka
+ ref: v0.4.6
+ tag: 0.4.6-alpine
23
+ args: multicodec-sync-check/check.clj
24
+ docker-registry-url: https://docker.io
0 commit comments