Skip to content

Commit

Permalink
🧪 Try directly
Browse files Browse the repository at this point in the history
  • Loading branch information
CollierCZ committed Mar 1, 2022
1 parent ca565ec commit 15e9b28
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,16 @@ jobs:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
stable: 'true'

- name: Get muffet
env:
MUFFET_VERSION: "2.4.8"
run: wget --quiet -c "https://github.com/raviqqe/muffet/releases/download/v$MUFFET_VERSION/muffet_${MUFFET_VERSION}_Linux_x86_64.tar.gz" -O - | tar -xz

- name: Check links
uses: ruzickap/action-my-broken-link-checker@v2
with:
url: https://pr-2189-odiepqq-652soceglkw4u.eu-3.platformsh.site/
cmd_params: '--buffer-size=8192 --rate-limit=1 --max-connections-per-host=10 --color=always --header="User-Agent:curl/7.54.0" --exclude=https://console.platform.sh/projects/create-project'
env:
URL: https://pr-2189-odiepqq-652soceglkw4u.eu-3.platformsh.site
run: ./muffet --buffer-size=8192 --rate-limit=1 --max-connections-per-host=10 --color=always --header="User-Agent:Mozilla/5.0 (Windows NT 10.0) Gecko/20100101 Firefox/91.0" --exclude=https://console.platform.sh/projects/create-project https://pr-2189-odiepqq-652soceglkw4u.eu-3.platformsh.site

0 comments on commit 15e9b28

Please sign in to comment.