Update style.yml
This commit is contained in:
parent
d158b11421
commit
3a561b5cf6
6
.github/workflows/style.yml
vendored
6
.github/workflows/style.yml
vendored
@ -2,9 +2,9 @@ name: Style
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "**" ]
|
branches: [ "master" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "**" ]
|
branches: [ "master" ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -25,4 +25,4 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm i --only=dev
|
- run: npm i --only=dev
|
||||||
- run: npx eslint .
|
- run: npx eslint .
|
||||||
- run: npx prettier --check .
|
- run: npx prettier --check .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user