Skip to content

Fix column indexes. Fixes #4 and partly #16 (create function checks need to be fixed as well) #22

Fix column indexes. Fixes #4 and partly #16 (create function checks need to be fixed as well)

Fix column indexes. Fixes #4 and partly #16 (create function checks need to be fixed as well) #22

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: 🧪 Test project
run: deno test --unstable