Skip to content

Commit

Permalink
GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
qazbnm456 committed Nov 22, 2019
1 parent af4724d commit 6016d37
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- master
schedule:
# Run at 12:00 in 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 6016d37

Please sign in to comment.