File tree Expand file tree Collapse file tree 2 files changed +12
-20
lines changed
Expand file tree Collapse file tree 2 files changed +12
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- # homepage: https://github.com/gaurav-nelson/github-action-markdown-link-check
2- name : Check Markdown links
3-
41on : [pull_request]
52
3+ name : Checks
4+
65jobs :
7- markdown-link-check :
6+ git :
7+ name : Block Autosquash Commits
8+ runs-on : ubuntu-latest
9+ steps :
10+ - name : Block Autosquash Commits
11+ uses : xt0rted/block-autosquash-commits-action@v2
12+ with :
13+ repo-token : ${{ secrets.GITHUB_TOKEN }}
14+ source :
815 runs-on : ubuntu-latest
916 steps :
1017 - uses : actions/checkout@v2
1118 - name : markdown-link-check
1219 uses :
gaurav-nelson/[email protected] 13-
1420 with :
1521 use-verbose-mode : ' yes'
1622 check-modified-files-only : ' yes'
1723 base-branch : ' main'
24+ -
uses :
pre-commit/[email protected]
You can’t perform that action at this time.
0 commit comments