Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ellisonleao committed Sep 22, 2022
1 parent 91fe7a2 commit 5466abb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,13 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2.1.3
- uses: actions/setup-go@v3
id: go
with:
go-version: '^1.16.1'
go-version: '>=1.17.0'

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3

- run: go get github.com/npxbr/verify-links/cmd/vl
- run: go install github.com/ellisonleao/vl/cmd/vl@latest
- run: vl README.md
```

0 comments on commit 5466abb

Please sign in to comment.