Skip to content

Commit 7473e92

Browse files
committed
revert changes in check-md-link.yml
`check-md-link` requires a Docker environment, while `ubuntu-slim` already runs inside Docker, so reverting this change.
1 parent d3a96f6 commit 7473e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ permissions:
3737

3838
jobs:
3939
markdown-link-check:
40-
runs-on: ubuntu-slim
40+
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@master
4343
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225

0 commit comments

Comments
 (0)