Skip to content

Update "Getting references to Components generated in an each block" article for accuracy and clarity #866

Update "Getting references to Components generated in an each block" article for accuracy and clarity

Update "Getting references to Components generated in an each block" article for accuracy and clarity #866

Workflow file for this run

name: Source code lint
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run sync
run: pnpm run sync
- name: Run lint
run: pnpm run lint