Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 70774e6

Browse files
committed
attempt 4
1 parent b12a17a commit 70774e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
actions: read
5555

5656
steps:
57-
- uses: addnab/docker-run-action@v3
58-
with:
59-
image: gcr.io/validator/validator:latest
60-
options: -p 8888:8888 -d
57+
- name: start HTML validation server
58+
run: |
59+
docker run --rm -p 8888:8888 -d ghcr.io/validator/validator:latest
60+
shell: bash
6161

6262
- uses: actions/checkout@v4
6363

0 commit comments

Comments
 (0)