mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 04:18:13 -08:00
Validate that links are up once a week (#1172)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
This commit is contained in:
16
.github/workflows/links.yml
vendored
Normal file
16
.github/workflows/links.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user