Skip to content

add GH_TOKEN env to turbo conf #332

add GH_TOKEN env to turbo conf

add GH_TOKEN env to turbo conf #332

Workflow file for this run

name: Build + Lint
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node: ['22']
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.0.0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: pnpm install
- run: pnpm build
- run: pnpm lint