mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Add GitHub Action to lint awesome list
This commit is contained in:
parent
40f2601d4d
commit
cd156c2b49
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
workflow "Lint Awesome List" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["max/awesome-lint"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "max/awesome-lint" {
|
||||||
|
uses = "max/awesome-lint@master"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user