Skip to content

Modal can be closed by clicking its background #67

Modal can be closed by clicking its background

Modal can be closed by clicking its background #67

Workflow file for this run

name: Continous Integration
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm run predeploy