mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 20:51:42 +00:00
update
This commit is contained in:
14
.github/main.workflow
vendored
14
.github/main.workflow
vendored
@@ -1,14 +0,0 @@
|
|||||||
workflow "Lint JavaScript" {
|
|
||||||
on = "push"
|
|
||||||
resolves = ["Lint", "Formatting"]
|
|
||||||
}
|
|
||||||
|
|
||||||
action "Lint" {
|
|
||||||
uses = "actions/npm@v2.0.0"
|
|
||||||
runs = "npx eslint --no-eslintrc --env es6 --parser-options ecmaVersion:2018 entrypoint.js"
|
|
||||||
}
|
|
||||||
|
|
||||||
action "Formatting" {
|
|
||||||
uses = "actions/npm@v2.0.0"
|
|
||||||
runs = "npx prettier -c --no-semi --no-bracket-spacing --single-quote entrypoint.js"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user