1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2025-02-10 15:45:47 -05:00
falsehood/.github/workflows/lint.yaml

17 lines
307 B
YAML
Raw Normal View History

2020-01-09 14:22:41 +01:00
name: Lint Awesome List
2020-01-11 09:53:13 +01:00
on:
push
pull_request
schedule:
# Run linter every week to catch regressions from external dependencies.
- cron: 17 9 * * 1
2020-01-09 14:40:27 +01:00
2020-01-09 14:22:41 +01:00
jobs:
2020-01-09 14:40:27 +01:00
2020-01-09 14:22:41 +01:00
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: max/awesome-lint@master