mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
ci[trial]: rename intall action[skip ci]
This commit is contained in:
parent
46f0eee83d
commit
3c1911565f
8
.github/main.workflow
vendored
8
.github/main.workflow
vendored
@ -3,26 +3,26 @@ workflow "Nuxt.js Actions" {
|
||||
resolves = ["Npm Audit", "Lint", "Test: E2E", "Coverage: Unit"]
|
||||
}
|
||||
|
||||
action "nuxt/actions-yarn@master" {
|
||||
action "Install" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
args = "install"
|
||||
}
|
||||
|
||||
action "Lint" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
needs = ["nuxt/actions-yarn@master"]
|
||||
needs = ["Install"]
|
||||
args = "lint"
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
needs = ["nuxt/actions-yarn@master"]
|
||||
needs = ["Install"]
|
||||
args = "test:fixtures"
|
||||
}
|
||||
|
||||
action "Npm Audit" {
|
||||
uses = "actions/npm@e7aaefe"
|
||||
needs = ["nuxt/actions-yarn@master"]
|
||||
needs = ["Install"]
|
||||
args = "audit --audit-level=moderate"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user