1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-01-17 04:08:16 +01:00

Check for dead links weekly

Due to POSIX cron syntax limitations, and GitHub not supporting `@weekly`,
a month's last run will be closer to the following month's first
than a week. Oh well, this is no big deal.

Fixes #220
This commit is contained in:
Eldred Habert 2021-07-20 12:54:06 +02:00 committed by GitHub
parent a70b82c6a3
commit d63e7eed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: CI
on: [push, pull_request]
on:
push:
pull_request:
schedule:
- cron: '18 16 1/7 * *'
jobs:
lint-markdown: