Files
awesome-falsehood/.github/workflows/lint.yaml
Workflow config file is invalid. Please check your config file: yaml: line 5: mapping values are not allowed in this context
2020-01-11 09:53:13 +01:00

17 lines
307 B
YAML

name: Lint Awesome List
on:
push
pull_request
schedule:
# Run linter every week to catch regressions from external dependencies.
- cron: 17 9 * * 1
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: max/awesome-lint@master