Skip to content

Refactor to Q4 Tech Stack #248

Refactor to Q4 Tech Stack

Refactor to Q4 Tech Stack #248

Workflow file for this run

name: Lint
on:
- pull_request
jobs:
lint:
name: Lint All Apps, Packages, and Servers
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: antribute
TURBO_REMOTE_ONLY: true
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: antribute/actions/setup@main
- name: Run Lint
run: pnpm run lint