1
0
Fork 0
mirror of https://github.com/sindresorhus/awesome-nodejs.git synced 2025-11-06 22:23:48 -05:00

Remove broken CI job

This commit is contained in:
Sindre Sorhus 2022-07-03 02:35:16 +02:00 committed by GitHub
parent bc5a8e8257
commit c7a516680c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +0,0 @@
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