Skip to content

Align headline and text vertically in the layout #69

Align headline and text vertically in the layout

Align headline and text vertically in the layout #69

name: Lint and Type Check
on:
pull_request:
push:
branches: [main]
jobs:
lint-and-typecheck:
runs-on: ubuntu-latest
steps:
- name: πŸ— Checkout repository
uses: actions/checkout@v4
- name: πŸ— Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: πŸ“¦ Install dependencies
run: bun install
- name: πŸ” Run linter
run: bun run lint
- name: πŸ” Run TypeScript type check
run: bun tsc --noEmit