Skip to content

fix: should writeToDisk correctly when environment writeToDisk configuration same #8824

fix: should writeToDisk correctly when environment writeToDisk configuration same

fix: should writeToDisk correctly when environment writeToDisk configuration same #8824

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 1
- name: Install Pnpm
run: corepack enable
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: 22
cache: 'pnpm'
- name: Install Dependencies
run: pnpm install --ignore-scripts
- name: Lint
run: pnpm run lint
- name: Check Changeset
run: npx disallow-major-changeset@latest
- name: Check Dependency Version
run: pnpm run check-dependency-version