mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-09 12:12:35 +01:00
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:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "**" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -25,4 +25,4 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm i --only=dev
|
||||
- run: npx eslint .
|
||||
- run: npx prettier --check .
|
||||
- run: npx prettier --check .
|
||||
|
Loading…
Reference in New Issue
Block a user