Skip to content

Commit a7a8680

Browse files
committed
added check URLs action
1 parent 0610f87 commit a7a8680

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

‎.github/workflows/check_urls.yml‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Check URLs
2+
on: [pull_request, push]
3+
4+
jobs:
5+
check-urls:
6+
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: urlstechie/urlchecker-action@master
12+
with:
13+
file_types: .md
14+
exclude_files: 'dfirtrack_main/tests/'

0 commit comments

Comments
 (0)