fix
This commit is contained in:
parent
6f6ad61352
commit
86bbd6f1d2
@ -12,13 +12,13 @@ jobs:
|
||||
markdown-link-checker:
|
||||
container:
|
||||
image: docker.io/library/node:22.9.0-alpine
|
||||
options: --entrypoint /bin/sh
|
||||
# options: --entrypoint /bin/sh
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
apk update
|
||||
apk add git
|
||||
apk install
|
||||
- uses: actions/checkout@v4.2.2
|
||||
# - name: Install build tools
|
||||
# run: |
|
||||
|
Loading…
Reference in New Issue
Block a user