Skip to content

Commit

Permalink
chore: downgrade muffet (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrablaj authored Oct 14, 2024
1 parent 5a984b2 commit fb7771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/muffet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
muffet http://localhost:1313 \
--buffer-size 50000 \
--timeout 35 \
--concurrency 2 \
--ignore-fragments \
--accepted-status-codes "200..300,403" \
--exclude ".*demo\.app\.medicmobile\.org.*" \
--exclude ".*www\.npmjs\.com/org/medic/team/developers" \
--exclude "https://github\.com/medic/cht-docs/issues/new.*" \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Install Muffet
run: |
GO111MODULE=on go install github.com/raviqqe/muffet/v2@latest
GO111MODULE=on go install github.com/raviqqe/muffet@v1.5.7
asdf reshim golang
# run in background so CI doesn't hang waiting for "ctrl + c". Sleep ensures server is ready in next step
Expand Down

0 comments on commit fb7771b

Please sign in to comment.