Skip to content

chore(deps): bump vitest from 3.2.4 to 4.0.18 #1470

chore(deps): bump vitest from 3.2.4 to 4.0.18

chore(deps): bump vitest from 3.2.4 to 4.0.18 #1470

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@v4
with:
fetch-depth: 0
- name: Setup Environment
uses: ./.github/actions/setup-workspace
- 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