test
This commit is contained in:
parent
401d586d9f
commit
220bb9cfef
@ -10,9 +10,15 @@ on:
|
||||
|
||||
jobs:
|
||||
markdown-link-checker:
|
||||
container:
|
||||
image: docker.io/library/node:22.9.0-alpine
|
||||
options: --entrypoint /bin/sh
|
||||
runs-on:
|
||||
- ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
apk update
|
||||
apk add git
|
||||
- uses: actions/checkout@v4.2.2
|
||||
# - name: Install build tools
|
||||
# run: |
|
||||
@ -24,5 +30,6 @@ jobs:
|
||||
HELM_IMAGE_REGISTRY_HOST: harbor.cryptic.systems
|
||||
HELM_IMAGE_REPOSITORY: docker/library/node
|
||||
run: |
|
||||
pwd
|
||||
ls -la $(pwd)
|
||||
make container-run/readme/link
|
Loading…
Reference in New Issue
Block a user