mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Update and rename pullrequest.workflow to main.workflow
This commit is contained in:
parent
c55ecce251
commit
cb91b2567d
13
.github/main.workflow
vendored
Normal file
13
.github/main.workflow
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
workflow "Lint Awesome List on Pull Request" {
|
||||||
|
resolves = ["max/awesome-lint"]
|
||||||
|
on = "pull_request"
|
||||||
|
}
|
||||||
|
|
||||||
|
action "max/awesome-lint" {
|
||||||
|
uses = "max/awesome-lint@1.0.0"
|
||||||
|
}
|
||||||
|
|
||||||
|
workflow "Lint Awesome List on Push" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["max/awesome-lint"]
|
||||||
|
}
|
8
.github/pullrequest.workflow
vendored
8
.github/pullrequest.workflow
vendored
@ -1,8 +0,0 @@
|
|||||||
workflow "Lint Awesome List" {
|
|
||||||
resolves = ["max/awesome-lint"]
|
|
||||||
on = "pull_request"
|
|
||||||
}
|
|
||||||
|
|
||||||
action "max/awesome-lint" {
|
|
||||||
uses = "max/awesome-lint@1.0.0"
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user