Skip to content

Commit

Permalink
Validate that links are up once a week (#1172)
Browse files Browse the repository at this point in the history
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
  • Loading branch information
simeg and sindresorhus committed Mar 19, 2022
1 parent 041a511 commit 7f86a6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/links.yml
@@ -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

0 comments on commit 7f86a6a

Please sign in to comment.