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:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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:
|
||||||
|
Reference in New Issue
Block a user