Skip to content

Break text up into multiple blocks to avoid 3001 character limit #1783

Break text up into multiple blocks to avoid 3001 character limit

Break text up into multiple blocks to avoid 3001 character limit #1783

Workflow file for this run

name: PR Checks
on:
push:
branches-ignore:
- main
jobs:
verify:
name: Verify Code
runs-on: ubuntu-latest
steps:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Checkout Repo
uses: actions/checkout@v4
with:
lfs: true
- name: Cache Dependencies
uses: actions/cache@v4
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: ./.github/actions/install
- uses: ./.github/actions/verify