mirror of
https://github.com/kdeldycke/awesome-falsehood.git
synced 2024-11-20 11:35:56 -05: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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push
|
||||
pull_request
|
||||
schedule:
|
||||
# Run linter every week to catch regressions from external dependencies.
|
||||
- cron: 17 9 * * 1
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue