Skip to content

fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret #4

fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret

fix(ci): use GITHUB_TOKEN instead of missing GH_TOKEN secret #4

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
name: Lint, type-check, test & build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- run: pnpm turbo lint typecheck test build --filter=@openconcho/web