1
0
Fork 0
mirror of https://github.com/mfornos/awesome-microservices.git synced 2024-11-20 11:16:15 -05:00
microservices/.github/workflows/404-links.yml
2023-01-04 08:40:32 +07:00

14 lines
269 B
YAML

name: Link linter
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