Skip to content

fix: added type Position for getPosition function & getPositions; ext… #20

fix: added type Position for getPosition function & getPositions; ext…

fix: added type Position for getPosition function & getPositions; ext… #20

Workflow file for this run

name: Deno Test
on:
push:
branches: [main]
paths:
- "**/*.ts"
pull_request:
branches: [main]
paths:
- "**/*.ts"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: setup deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: run tests
run: deno test --allow-net --allow-env --allow-read --allow-write
working-directory: ./