Improve validateLinks job on GitHub CI (#174)

This commit is contained in:
Ashish Bhatia 2023-03-26 21:37:30 -07:00 committed by GitHub
parent 8de859f6d1
commit dfbcf21915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,9 @@ jobs:
key: ${{ runner.os }}-cargo-urlsup
- name: Install urlsup
run: cargo install urlsup
# Check if the urlsup was already installed and retrieved
# from the cache in the previous step
run: command -v urlsup || cargo install urlsup
- name: Validate links
run: |