Skip to content

Merge branch 'main' of https://github.com/austinm911/tanstack-monorepo #4

Merge branch 'main' of https://github.com/austinm911/tanstack-monorepo

Merge branch 'main' of https://github.com/austinm911/tanstack-monorepo #4

Workflow file for this run

name: Lint
on:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run lint script
run: bun run lint