Skip to content

fix(ui): add isDark prop to Skeleton component and resolve type errors (closes #1081) #13

fix(ui): add isDark prop to Skeleton component and resolve type errors (closes #1081)

fix(ui): add isDark prop to Skeleton component and resolve type errors (closes #1081) #13

Workflow file for this run

name: Architecture
on:
pull_request:
types: [opened, synchronize]
concurrency:
group: architecture-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dependency-boundaries:
name: Dependency boundaries
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci --prefer-offline --no-audit --legacy-peer-deps
- name: Enforce architecture boundaries
run: npm run architecture:check