Skip to content

Bump @fluentui/react-icons from 2.0.249 to 2.0.265 in /app/frontend #1377

Bump @fluentui/react-icons from 2.0.249 to 2.0.265 in /app/frontend

Bump @fluentui/react-icons from 2.0.249 to 2.0.265 in /app/frontend #1377

Workflow file for this run

name: Frontend linting
on:
push:
branches: [ main ]
paths:
- "app/frontend/**"
pull_request:
branches: [ main ]
paths:
- "app/frontend/**"
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run prettier on frontend
run: |
cd ./app/frontend
npm install
npx prettier --check .