Skip to content

Merge pull request #15 from vrugtehagel/canary #24

Merge pull request #15 from vrugtehagel/canary

Merge pull request #15 from vrugtehagel/canary #24

Workflow file for this run

name: Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- run: deno task test
- if: github.ref == 'refs/heads/main'
run: deno task build --verify