Skip to content

Commit 3d28ea6

Browse files
authored
Merge pull request #34 from TechWiz-3/main
Add link check action
2 parents c2ea84a + bcde676 commit 3d28ea6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/linkcheck.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Link-check
2+
on: [push]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v2
9+
- name: Run linksafe
10+
uses: TechWiz-3/linksafe@main
11+
with: # comma seperated lists
12+
whitelist_files: "CONTRIBUTING.md"

0 commit comments

Comments
 (0)