Skip to content

Add CI, config, store, and test files #1

Add CI, config, store, and test files

Add CI, config, store, and test files #1

Workflow file for this run

name: CI
# Runs on pull requests — it checks the change on the branch.
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm test