mirror of
https://github.com/meirwah/awesome-incident-response.git
synced 2024-10-01 01:06:19 -04:00
added check URLs action
This commit is contained in:
parent
0610f8795a
commit
a7a868093c
14
.github/workflows/check_urls.yml
vendored
Normal file
14
.github/workflows/check_urls.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Check URLs
|
||||
on: [pull_request, push]
|
||||
|
||||
jobs:
|
||||
check-urls:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: urlstechie/urlchecker-action@master
|
||||
with:
|
||||
file_types: .md
|
||||
exclude_files: 'dfirtrack_main/tests/'
|
Loading…
Reference in New Issue
Block a user