Update main.workflow

Pin to version 1.0.0 of awesome-lint action
This commit is contained in:
Gary Ewan Park 2019-03-02 19:24:48 +00:00 committed by GitHub
parent 708a7e3278
commit c21d91d608
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ workflow "Lint Awesome List" {
} }
action "max/awesome-lint" { action "max/awesome-lint" {
uses = "max/awesome-lint@master" uses = "max/awesome-lint@1.0.0"
} }