Skip to content

add 1 space betwixt each blog topic #111

add 1 space betwixt each blog topic

add 1 space betwixt each blog topic #111

Workflow file for this run

name: Check
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- name: Lint
run: deno lint
- name: Check
run: deno check codegen/codegen.ts