Skip to content

fix: log to logger before Discord #211

fix: log to logger before Discord

fix: log to logger before Discord #211

Workflow file for this run

name: Change validation
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run build