Remove whitespaces
This commit is contained in:
@@ -25,7 +25,7 @@ steps:
|
||||
depends_on: install
|
||||
commands:
|
||||
- npm run lint
|
||||
|
||||
|
||||
fmt:
|
||||
image: node
|
||||
when:
|
||||
@@ -33,7 +33,7 @@ steps:
|
||||
depends_on: install
|
||||
commands:
|
||||
- npm run check:fmt
|
||||
|
||||
|
||||
test:
|
||||
image: node
|
||||
when:
|
||||
@@ -41,7 +41,7 @@ steps:
|
||||
depends_on: install
|
||||
commands:
|
||||
- npm run test
|
||||
|
||||
|
||||
check:
|
||||
image: node
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user