Skip to content

feature: ci

feature: ci #1

Workflow file for this run

name : CI
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
uses: pnpm/action-setup@v2
with:
version: '7.9.2'
- uses: actions/setup-node@v3
with:

Check failure on line 13 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
node-version: '22'
cache: 'pnpm'
- run: pnpm install --prefer-offline --frozen-lockfile
- run: pnpm playwright install chromium
- run: pnpm run ci
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_PROJECT_ID: ${{ secrets.TURBO_PROJECT_ID }}