Skip to content

fix(temp): better modal behavior on refresh #5

fix(temp): better modal behavior on refresh

fix(temp): better modal behavior on refresh #5

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
check-latest: true
cache: 'npm'
- run: |
npm ci
npm run lint
npm run format-check
npm run test
npm run build
env:
CI: true