Regularly check for regressions.
This commit is contained in:
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user