Skip to content

Discriminated unions for interstitials type #357

Discriminated unions for interstitials type

Discriminated unions for interstitials type #357

Workflow file for this run

name: Lint
on:
push:
branches: [main]
tags: ["v*"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
- name: Run lint
run: bun run lint