Skip to content

Deno lint fixes, Polygon implementation #35

Deno lint fixes, Polygon implementation

Deno lint fixes, Polygon implementation #35

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: npm run lint && npm run build