Skip to content

improving the custom function with arrays of elements #204

improving the custom function with arrays of elements

improving the custom function with arrays of elements #204

Workflow file for this run

name: Deno
on: [push, pull_request]
jobs:
test:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
timeout-minutes: 5
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: 1.x.x
- run: deno -V
- run: deno test ./deno-test/index.test.ts