chore/gitea-act-runner #14
@ -12,13 +12,13 @@ jobs:
|
|||||||
markdown-link-checker:
|
markdown-link-checker:
|
||||||
container:
|
container:
|
||||||
image: docker.io/library/node:22.9.0-alpine
|
image: docker.io/library/node:22.9.0-alpine
|
||||||
options: --entrypoint /bin/sh
|
# options: --entrypoint /bin/sh
|
||||||
runs-on:
|
runs-on:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
apk update
|
apk update
|
||||||
apk add git
|
apk install
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
# - name: Install build tools
|
# - name: Install build tools
|
||||||
# run: |
|
# run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user