Skip to content

Bump @types/react from 19.0.7 to 19.0.8 #356

Bump @types/react from 19.0.7 to 19.0.8

Bump @types/react from 19.0.7 to 19.0.8 #356

Workflow file for this run

---
name: Code Quality
on:
push:
branches:
- main
pull_request:
jobs:
run-lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Installing dependencies
run: npm i --ignore-scripts
- name: Run ESLint
run: npm run lint