Add link checker gh action

This commit is contained in:
Sam W 2020-08-16 13:41:12 +01:00 committed by GitHub
parent 4d7185792c
commit 2037055a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
main.yml Normal file
View File

@ -0,0 +1,17 @@
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Link Checker
uses: peter-evans/link-checker@v1.2.2