We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ad4d5 commit 0c23861Copy full SHA for 0c23861
.github/workflows/action.yml
@@ -3,7 +3,7 @@ name: Check Markdown links
3
on:
4
push:
5
branches:
6
- - master
+ - main
7
schedule:
8
# runs every monday at 9 am
9
- cron: "0 9 * * 1"
@@ -12,7 +12,7 @@ jobs:
12
markdown-link-check:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@master
+ - uses: actions/checkout@v2
16
- uses: gaurav-nelson/github-action-markdown-link-check@v1
17
with:
18
use-quiet-mode: 'yes'
0 commit comments