Skip to content

FIX NOW!!!

FIX NOW!!! #235

Workflow file for this run

name: Lint Check
on:
push:
branches-ignore:
- release
pull_request:
branches-ignore:
- release
jobs:
lint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Deno
uses: denoland/setup-deno@v2
with:
deno-version: "v2.x"
- name: Biome Lint
run: deno task lint-check