1
0
Fork 0
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:
OliverOdo 2023-01-04 08:07:36 +07:00 committed by GitHub
parent b2063136e5
commit 19a6022b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/404-links.yml vendored Normal file
View 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