Skip to content

Take the gradient of division #9

Take the gradient of division

Take the gradient of division #9

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "21"
- run: npm ci
- run: npm run check
- run: npm run build
- run: npm run test run