mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2025-07-31 22:03:11 -04:00
Regularly check for regressions.
This commit is contained in:
parent
f8dc306198
commit
e590cb2d89
1 changed files with 6 additions and 1 deletions
7
.github/workflows/lint.yaml
vendored
7
.github/workflows/lint.yaml
vendored
|
@ -1,5 +1,10 @@
|
||||||
name: Lint Awesome List
|
name: Lint Awesome List
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push
|
||||||
|
pull_request
|
||||||
|
schedule:
|
||||||
|
# Run linter every week to catch regressions from external dependencies.
|
||||||
|
- cron: 17 9 * * 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue