1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2024-11-20 11:27:17 -05:00

Validate that links are up once a week (#1172)

Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
Simon Egersand 2022-03-19 17:58:35 +01:00 committed by GitHub
parent 041a511ee4
commit 7f86a6a26f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/links.yml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Links
on:
schedule:
# Run at 00:00 UTC every Sunday
- cron: '0 0 * * */7'
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate that links are up
uses: simeg/urlsup-action@v1.0.0
with:
args: readme.md --threads 10