chore(ci): add markdown dead link checking
This commit is contained in:
@@ -47,7 +47,7 @@ You can customize **settings** and **extensions** in the [devcontainer.json](dev
|
|||||||
|
|
||||||
### Entrypoint script
|
### Entrypoint script
|
||||||
|
|
||||||
You can bind mount a shell script to `/root/.welcome.sh` to replace the [current welcome script](shell/.welcome.sh).
|
You can bind mount a shell script to `/root/.welcome.sh` to replace the [current welcome script](https://github.com/qdm12/godevcontainer/blob/master/shell/.welcome.sh).
|
||||||
|
|
||||||
### Publish a port
|
### Publish a port
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/markdown.yml
vendored
4
.github/workflows/markdown.yml
vendored
@@ -27,6 +27,10 @@ jobs:
|
|||||||
pattern: |
|
pattern: |
|
||||||
*.md
|
*.md
|
||||||
|
|
||||||
|
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||||
|
with:
|
||||||
|
use-quiet-mode: yes
|
||||||
|
|
||||||
- uses: peter-evans/dockerhub-description@v3
|
- uses: peter-evans/dockerhub-description@v3
|
||||||
if: github.repository == 'qdm12/gluetun'
|
if: github.repository == 'qdm12/gluetun'
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -127,4 +127,4 @@ services:
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[](https://github.com/qdm12/gluetun/master/LICENSE)
|
[](https://github.com/qdm12/gluetun/blob/master/LICENSE)
|
||||||
|
|||||||
Reference in New Issue
Block a user