Skip to content

PandaCSS - convert thought, thought-annotation, editable #2722

PandaCSS - convert thought, thought-annotation, editable

PandaCSS - convert thought, thought-annotation, editable #2722

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- '**'
env:
CI: true
jobs:
run:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- name: Set Node.js version
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install npm dependencies
run: yarn
- name: Generate PandaCSS utilities
run: yarn prepare
- name: Lint
run: yarn lint