Skip to content

Commit 61e1daf

Browse files
authoredSep 6, 2022
📦 NEW: link check action (krzjoa#37)
1 parent 2e02271 commit 61e1daf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎.github/workflows/linkcheck.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on: [push]
2+
3+
jobs:
4+
build:
5+
runs-on: ubuntu-latest
6+
steps:
7+
- uses: actions/checkout@v2
8+
- name: Run linksafe
9+
uses: TechWiz-3/linksafe@main
10+
with:
11+
dirs: ".,./addons,./docs,./other"
12+
verbose: true
13+
whitelist_files: "./docs/index.html"

0 commit comments

Comments
 (0)