Skip to content

build(deps): bump react-bootstrap from 2.10.3 to 2.10.4 #216

build(deps): bump react-bootstrap from 2.10.3 to 2.10.4

build(deps): bump react-bootstrap from 2.10.3 to 2.10.4 #216

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check