Skip to content

Commit

Permalink
chore: #75 Trying out simple broker links check
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Jun 19, 2024
1 parent bed893a commit a37d5e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/broken-links-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Broken Links Check
on: workflow_dispatch

jobs:
broken-links-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Check
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://microcks.io
pages_path: public
cmd_params: '--exclude=(linkedin.com|github.com) --max-connections-per-host=5 --color=always --rate-limit=5 --header="User-Agent:curl/7.54.0" --skip-tls-verification'

0 comments on commit a37d5e1

Please sign in to comment.