Skip to content

Bump @types/react from 18.3.10 to 18.3.11 in /lineage-panel #268

Bump @types/react from 18.3.10 to 18.3.11 in /lineage-panel

Bump @types/react from 18.3.10 to 18.3.11 in /lineage-panel #268

name: Lint Lineage Panel (react app)
on:
push:
paths:
- 'lineage-panel/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
working-directory: lineage-panel
- name: Run linter
run: npm run lint
working-directory: lineage-panel