Skip to content

chore(repo): Add PR template and lint the title #20

chore(repo): Add PR template and lint the title

chore(repo): Add PR template and lint the title #20

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
- "feature/*"
- "fix/*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v2.0.x
- run: deno fmt --check
- run: deno lint
- run: deno test