Skip to content

refactor: improve portfolios skeleton ui #371

refactor: improve portfolios skeleton ui

refactor: improve portfolios skeleton ui #371

Workflow file for this run

name: Lint CI
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v5
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run typecheck