Skip to content

Commit

Permalink
Merge pull request mahmoud#137 from cam-barts/master
Browse files Browse the repository at this point in the history
Github action that checks links
  • Loading branch information
mahmoud committed Mar 30, 2020
2 parents 7e52037 + 30c46fe commit 9decf88
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
schedule:
- cron: '00 9 * * *'
push:
name: Link Checker
jobs:
linkchecker:
name: linkchecker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: linkchecker
uses: cam-barts/linkchecker-action@master

0 comments on commit 9decf88

Please sign in to comment.