Add GitHub Action to lint awesome list

This commit is contained in:
Max Schoening 2019-01-12 15:55:58 -08:00 committed by GitHub
parent 40f2601d4d
commit cd156c2b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
.github/main.workflow vendored Normal file
View File

@ -0,0 +1,8 @@
workflow "Lint Awesome List" {
on = "push"
resolves = ["max/awesome-lint"]
}
action "max/awesome-lint" {
uses = "max/awesome-lint@master"
}