Skip to content

Allow re-opening completed and dead-end modals #205

Allow re-opening completed and dead-end modals

Allow re-opening completed and dead-end modals #205

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Lint, test, and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Build production bundle
run: |
npm run lint
npm test -- --coverage
npm run build