mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-25 11:43:07 +01:00
Merge branch 'master' of github.com:spacebarchat/server
This commit is contained in:
commit
da58998bc9
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -2,9 +2,9 @@ name: Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "**" ]
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "**" ]
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -25,4 +25,4 @@ jobs:
|
||||
cache: 'npm'
|
||||
- run: npm ci
|
||||
- run: npm run build --if-present
|
||||
- run: npm run test --if-present
|
||||
- run: npm run test --if-present
|
||||
|
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