Skip to content

Bump @mui/x-charts from 7.23.1 to 7.23.2 in /ui (#27) #81

Bump @mui/x-charts from 7.23.1 to 7.23.2 in /ui (#27)

Bump @mui/x-charts from 7.23.1 to 7.23.2 in /ui (#27) #81

Workflow file for this run

name: Prettier
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
prettier:
name: Check for formatting issues
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: NPM Install
run: npm install
- name: Prettier check
run: npm run format:check