Skip to content

moves api in Cube coloring game #35

moves api in Cube coloring game

moves api in Cube coloring game #35

Workflow file for this run

name: test
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-22.04
container:
image: node:20.15.0
steps:
- name: Checkout
uses: actions/checkout@v4
- name: test and build
run: |
npm ci
npm run test
npm run build