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