Skip to content

Improve TypeScript type-aware linting compatibility by passing true to project instead of a relative path #70

Improve TypeScript type-aware linting compatibility by passing true to project instead of a relative path

Improve TypeScript type-aware linting compatibility by passing true to project instead of a relative path #70

name: Pull Request Workflow
on: pull_request
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: CPU Details
run: lscpu
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: "1.1.27"
- run: bun install --frozen-lockfile
- run: bun run check:environment
- run: bun --bun run check:formatting
- run: bun --bun run check:lint-conflicts
- run: bun run test