Skip to content

chore: more strict type illusterationkind and prop drill classname an… #978

chore: more strict type illusterationkind and prop drill classname an…

chore: more strict type illusterationkind and prop drill classname an… #978

Workflow file for this run

name: Verify icons
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: |
corepack enable
corepack prepare --activate
pnpm install --frozen-lockfile
- name: Transform SVG to fonts
run: pnpm --filter @axiscommunications/fluent-icons fonts:build
- name: Transform SVG to react components
run: pnpm --filter @axiscommunications/fluent-icons react:build
- name: Build
run: pnpm --filter @axiscommunications/fluent-icons build
- name: Lint
run: pnpm --filter @axiscommunications/fluent-icons lint