Skip to content

Feat(icon): image, play_circle, pause_circle, keep, error #2602

Feat(icon): image, play_circle, pause_circle, keep, error

Feat(icon): image, play_circle, pause_circle, keep, error #2602

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