Skip to content

Add testes

Add testes #2

Workflow file for this run

name: CI Pipeline
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup repo
uses: actions/checkout@v4
- name: Setup Deno
uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2
with:
deno-version: v2.x
- name: Run tests
run: deno task test-terminal