Skip to content

refactor: improve code block structure and copy handler logic #1018

refactor: improve code block structure and copy handler logic

refactor: improve code block structure and copy handler logic #1018

Workflow file for this run

name: Linting
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 22.x ]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- name: Install
run: pnpm i
env:
CI: true
- name: Run linter
run: pnpm lint