Skip to content

Merge pull request #63 from Space48/event-topic-name-bugfix #275

Merge pull request #63 from Space48/event-topic-name-bugfix

Merge pull request #63 from Space48/event-topic-name-bugfix #275

Workflow file for this run

name: Check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Build
run: npm run build
- name: Lint
run: npm run lint:ci
- name: Test
run: npm run test