Skip to content

Bump turbo from 2.3.1 to 2.3.2 #613

Bump turbo from 2.3.1 to 2.3.2

Bump turbo from 2.3.1 to 2.3.2 #613

Workflow file for this run

name: autofix.ci
on:
pull_request:
push:
branches:
- master
- develop
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Configure Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install pnpm
uses: pnpm/[email protected]
- name: Install Packages
run: pnpm install
- name: TypeScript Check
run: pnpm type:check
- name: Run AutoFix
uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c