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

15 lines
269 B
YAML
Raw Normal View History

2023-01-03 20:22:04 -05:00
name: Link linter
2023-01-03 20:07:36 -05:00
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