Skip to content

Remove lonely trailing double quote from changelog #35

Remove lonely trailing double quote from changelog

Remove lonely trailing double quote from changelog #35

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