Test GitHub actions.

This commit is contained in:
Kevin Deldycke
2020-01-09 14:22:41 +01:00
parent 958cd63b83
commit c66938c344

9
.github/workflows/lint.yaml vendored Normal file
View File

@@ -0,0 +1,9 @@
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