mirror of
https://github.com/ashishb/android-security-awesome.git
synced 2024-12-18 11:36:09 +00:00
Improve validateLinks
job on GitHub CI (#174)
This commit is contained in:
parent
8de859f6d1
commit
dfbcf21915
@ -39,7 +39,9 @@ jobs:
|
|||||||
key: ${{ runner.os }}-cargo-urlsup
|
key: ${{ runner.os }}-cargo-urlsup
|
||||||
|
|
||||||
- name: Install 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
|
- name: Validate links
|
||||||
run: |
|
run: |
|
Loading…
Reference in New Issue
Block a user