Skip to content

Bump @types/react-dom from 18.2.17 to 18.2.18 in /src/frontend #1716

Bump @types/react-dom from 18.2.17 to 18.2.18 in /src/frontend

Bump @types/react-dom from 18.2.17 to 18.2.18 in /src/frontend #1716

Workflow file for this run

name: 'Frontend Pull Request Lint'
on:
pull_request:
branches: [main]
paths:
- "src/frontend/**"
workflow_dispatch:
jobs:
App-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install project dependencies, run lint
run: |
cd src/frontend
npm ci
npm run lint