Skip to content

chore: bump blog to 0.7 (#11) #46

chore: bump blog to 0.7 (#11)

chore: bump blog to 0.7 (#11) #46

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Install Deno
uses: denoland/setup-deno@v1
- name: Check formatting
run: deno fmt --check
- name: Lint
run: deno lint
- name: Typecheck
run: deno check main.ts