refactor: switch to filiph/linkcheck #76

Merged
xoxys merged 7 commits from linkcheck into main 2022-05-18 17:42:56 +02:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit a20504416e - Show all commits

View File

@ -34,10 +34,8 @@ steps:
- make build - make build
- name: verify - name: verify
image: thegeeklab/alpine-tools image: dart:stable
commands: commands:
- apk add tree
- tree src
- src/build/linkcheck/linkcheck --help - src/build/linkcheck/linkcheck --help
- src/build/linkcheck/linkcheck --version - src/build/linkcheck/linkcheck --version
depends_on: depends_on: