1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-19 17:21:35 +02:00

fix style action

This commit is contained in:
Madeline 2023-04-12 21:22:09 +10:00
parent 9a6390b9bd
commit 174d34c376
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -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 .