Skip to content

feat: Add triangles to utilities/math #41

feat: Add triangles to utilities/math

feat: Add triangles to utilities/math #41

Workflow file for this run

name: CI
on:
pull_request:
branches: [ main ]
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install dependencies
run: pnpm install
- name: Check Types
run: pnpm check:types
- name: Lint
run: pnpm check
- name: Build
run: pnpm build