mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-04-22 21:02:09 +02:00
Create 404-links.yml
This commit is contained in:
parent
bb91ebf010
commit
95b3648add
1 changed files with 13 additions and 0 deletions
13
workflows/404-links.yml
Normal file
13
workflows/404-links.yml
Normal 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/[email protected]
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Add table
Reference in a new issue