mirror of
https://github.com/binhnguyennus/awesome-scalability.git
synced 2025-04-14 04:22:56 -04:00
Create markdown-lint.yml
This commit is contained in:
parent
781b25326b
commit
6ab50df95b
13
.github/workflows/markdown-lint.yml
vendored
Normal file
13
.github/workflows/markdown-lint.yml
vendored
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/404-links@3.1.3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user