mirror of
https://github.com/mfornos/awesome-microservices.git
synced 2024-11-20 11:16:15 -05:00
Create 404-links.yml
This commit is contained in:
parent
b2063136e5
commit
19a6022b19
1 changed files with 14 additions and 0 deletions
14
.github/workflows/404-links.yml
vendored
Normal file
14
.github/workflows/404-links.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: Dead link checker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
types: [assigned, opened, synchronize, reopened]
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check links
|
||||
uses: restqa/404-links@2.2.0
|
Loading…
Reference in a new issue