Skip to content

fix: it-icon rollup build fixes #1817

fix: it-icon rollup build fixes

fix: it-icon rollup build fixes #1817

Workflow file for this run

name: Code linting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
concurrency: ci-lint-${{ github.ref }}
steps:
- uses: actions/checkout@v4
- name: Set up Node.js environment
uses: ./.github/actions/node_env_setup
with:
node-version: '22'
- name: Lint
run: pnpm lint