1
0
Fork 0
mirror of https://github.com/awesome-selfhosted/awesome-selfhosted.git synced 2025-04-20 15:58:05 +02:00

Create 404-links.yml

This commit is contained in:
OliverOdo 2023-01-24 20:41:56 +07:00 committed by GitHub
parent bb91ebf010
commit 95b3648add
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
workflows/404-links.yml Normal file
View file

@ -0,0 +1,13 @@
name: Markdown lint
on: [push]
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'atalent-labs-404-links'
uses: atalent-labs/404-links@3.1.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}