📝 Adds awesome-lint support and lints repo

This commit is contained in:
Jeff Triplett
2020-07-04 12:45:35 -05:00
parent 4d1571e190
commit f025108b06
3 changed files with 120 additions and 111 deletions

11
.github/workflows/lint.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Lint Awesome List
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- uses: max/awesome-lint@v2.0.0