Skip to content

ci(github): add ci

ci(github): add ci #1

Workflow file for this run

#
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: package.json
- run: npm ci