mirror of
https://github.com/gbdev/awesome-gbdev.git
synced 2025-01-16 19:58: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:
parent
a70b82c6a3
commit
d63e7eed66
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -1,6 +1,10 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '18 16 1/7 * *'
|
||||
|
||||
jobs:
|
||||
lint-markdown:
|
||||
|
Loading…
x
Reference in New Issue
Block a user