Skip to content

ci: fix pipeline lint & type check script #23

ci: fix pipeline lint & type check script

ci: fix pipeline lint & type check script #23

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
build:
name: Run Type Check, Linters & Tests
runs-on: ubuntu-latest
env:
SKIP_ENV_VALIDATION: true
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun i
- name: Check types
run: bun run check