Skip to content

Merge pull request #7 from krutoo/ci-jsr-publish-fix #30

Merge pull request #7 from krutoo/ci-jsr-publish-fix

Merge pull request #7 from krutoo/ci-jsr-publish-fix #30

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: Lint
run: |
deno task lint
- name: Unit tests
run: |
deno test