Skip to content

Merge pull request #7 from krutoo/readme-fix #6

Merge pull request #7 from krutoo/readme-fix

Merge pull request #7 from krutoo/readme-fix #6

Workflow file for this run

name: Test
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Lint
run: |
deno task lint
- name: Test
run: |
deno test