1
0
mirror of https://github.com/gbdev/awesome-gbdev.git synced 2025-08-01 05:40:13 +02: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

View File

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