mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
fix style action
This commit is contained in:
parent
9a6390b9bd
commit
174d34c376
1
.github/workflows/style.yml
vendored
1
.github/workflows/style.yml
vendored
@ -23,5 +23,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
- run: npm i --only=dev
|
||||||
- run: npx eslint .
|
- run: npx eslint .
|
||||||
- run: npx prettier --check .
|
- run: npx prettier --check .
|
Loading…
Reference in New Issue
Block a user