Skip to content

Commit b19a349

Browse files
committed
Merge branch 'master' of github.com:ahpaleus/building-secure-contracts into ahpaleus_master
2 parents 1b2fecc + b7fd0b5 commit b19a349

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/check_links.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Check Markdown links
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- dev
8+
pull_request:
9+
schedule:
10+
# run CI at 09:00, on day 1 of the month even if no PRs/merges occur
11+
- cron: '0 9 1 * *'
12+
13+
jobs:
14+
markdown-link-check:
15+
runs-on: ubuntu-latest
16+
steps:
17+
- uses: actions/checkout@master
18+
- uses: gaurav-nelson/github-action-markdown-link-check@v1
19+
with:
20+
use-quiet-mode: 'yes'

0 commit comments

Comments
 (0)