Use setup-coursier Instead downloading on every run in link-validator

This commit is contained in:
sangbong 2023-06-02 19:39:21 +09:00 committed by Matthew de Detrich
parent def5d6e388
commit 1f1fb8eb7c

View file

@ -30,11 +30,11 @@ jobs:
- name: Cache Coursier cache
uses: coursier/cache-action@v6.4.0
- name: Setup Coursier
uses: coursier/setup-coursier@v1.3.3
- name: create the Pekko site
run: sbt -Dpekko.genjavadoc.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
- name: Install Coursier command line tool
run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && ./cs
- name: Run Link Validator
run: ./cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf