Skip to content

Bump @types/react from 16.8.25 to 16.14.62 in /ui (#40) #116

Bump @types/react from 16.8.25 to 16.14.62 in /ui (#40)

Bump @types/react from 16.8.25 to 16.14.62 in /ui (#40) #116

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