Skip to content

develop notes

develop notes #6

Workflow file for this run

name: Deploy next.js-practical-cases
on:
push:
branches:
- main
- dev
jobs:
check:
runs-on: ubuntu-latest
env:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Nodejs
uses: actions/[email protected]
with:
node-version: 18
- run: corepack enable pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm turbo test lint check-types