mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Change npm format to format-check and add format command
This commit is contained in:
@@ -23,7 +23,7 @@ action "Compile" {
|
||||
action "Format" {
|
||||
needs = "Dependencies"
|
||||
uses = "actions/[email protected]"
|
||||
args = "run format"
|
||||
args = "run format-check"
|
||||
}
|
||||
|
||||
action "Test" {
|
||||
|
||||
Reference in New Issue
Block a user