Skip to content

build(client): add "no-console" eslint rule #130

build(client): add "no-console" eslint rule

build(client): add "no-console" eslint rule #130

Workflow file for this run

name: Server CI
on: push
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v2
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test