Skip to content

Commit

Permalink
Merge pull request #18 from ad-m/ad-m-patch-1
Browse files Browse the repository at this point in the history
Workflow to monitor external links
  • Loading branch information
ad-m authored Oct 14, 2019
2 parents 0f72585 + bd34eb1 commit 4213c83
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/monitoring_link.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- master
schedule:
# Run at 12:00 on working days
- cron: 0 12 * * 0-5

jobs:
build:
name: Validate links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Validate links
uses: ad-m/report-link-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4213c83

Please sign in to comment.