Skip to content

Merge pull request #32 from sunya9/fix-csp-error #95

Merge pull request #32 from sunya9/fix-csp-error

Merge pull request #32 from sunya9/fix-csp-error #95

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: 18
cache: npm
- run: npm install
- run: npm run build