Skip to content

Fix formatting

Fix formatting #477

Workflow file for this run

name: CI
on:
push:
branches: [ "trunk" ]
pull_request:
permissions:
contents: read
jobs:
CI:
name: Lint, Typecheck & Test
runs-on: ubuntu-latest
env:
# renovate: datasource=github-releases depName=denoland/deno
DENO_VERSION: v1.40.0
steps:
- name: Setup repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: "${{env.DENO_VERSION}}"
- name: Run lint script
run: ./bin/lint