Skip to content

Feat(selectbox): mini #2609

Feat(selectbox): mini

Feat(selectbox): mini #2609

Workflow file for this run

name: Lint check All libraries
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: 📥 Monorepo install
uses: ./.github/composite/prepare_node
- name: lint
run: pnpm lint