1
0
Fork 0
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:
Kevin Deldycke 2020-01-11 09:53:13 +01:00 committed by GitHub
parent f8dc306198
commit e590cb2d89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: