Skip to content

Remove turbo from git #3

Remove turbo from git

Remove turbo from git #3

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
Lint:
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install modules
run: bun install
- name: Run ESLint
run: bun run lint