Skip to content

Add codemod to update lab Button size #1774

Add codemod to update lab Button size

Add codemod to update lab Button size #1774

Workflow file for this run

name: Code Checks
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
checks:
name: Code Checks
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
steps:
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
- run: pnpm install
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: pnpm run checks
env:
NODE_OPTIONS: '--max_old_space_size=4096'