Create 404-links.yml
This commit is contained in:
parent
bb91ebf010
commit
95b3648add
|
@ -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 }}
|
Loading…
Reference in New Issue