Skip to content

Commit

Permalink
update: install via go install
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurFlag committed Oct 21, 2024
1 parent 2478511 commit d9ec6fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 'stable'

- name: Install Muffet
run: |
sudo apt-get update
sudo apt-get install muffet
go install github.com/raviqqe/muffet/v2@latest
- name: Run check links
run: |
Expand Down

0 comments on commit d9ec6fe

Please sign in to comment.