Skip to content

chore: setup CI

chore: setup CI #4

Workflow file for this run

name: Blue Ball
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.17.1
- run: npm ci --ignore-scripts
- run: npm test
- run: npm run build