Skip to content

Do not throw an error if the table exists on startup even if its name is not 'session' #32

Do not throw an error if the table exists on startup even if its name is not 'session'

Do not throw an error if the table exists on startup even if its name is not 'session' #32

Workflow file for this run

name: standard
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-code-style-standard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Standard
run: npm i -D standard
- name: Check code style format
run: npm run lint