1
0
Fork 0
mirror of https://github.com/kdeldycke/awesome-falsehood.git synced 2024-11-20 11:35:56 -05:00
falsehood/.github/workflows/lint.yaml

12 lines
194 B
YAML
Raw Normal View History

2020-01-09 08:22:41 -05:00
name: Lint Awesome List
on: [push, pull_request]
2020-01-09 08:40:27 -05:00
2020-01-09 08:22:41 -05:00
jobs:
2020-01-09 08:40:27 -05:00
2020-01-09 08:22:41 -05:00
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: max/awesome-lint@master