Skip to content

build(deps): bump react-dom from 19.2.4 to 19.2.5 #167

build(deps): bump react-dom from 19.2.4 to 19.2.5

build(deps): bump react-dom from 19.2.4 to 19.2.5 #167

Workflow file for this run

name: Lint & Format Check
on:
pull_request:
branches: [main, master]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: npm install
- name: Run Prettier check
run: npx prettier --check .
- name: Run ESLint
run: npx eslint .