Skip to content

πŸ’ Fix bug when empty array considered truthy (#11) #18

πŸ’ Fix bug when empty array considered truthy (#11)

πŸ’ Fix bug when empty array considered truthy (#11) #18

Workflow file for this run

name: Deno tests
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v3
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Run tests
run: deno test -A