Skip to content

chore(deps-dev): bump @types/react from 18.2.39 to 18.2.41 in /app (#… #2738

chore(deps-dev): bump @types/react from 18.2.39 to 18.2.41 in /app (#…

chore(deps-dev): bump @types/react from 18.2.39 to 18.2.41 in /app (#… #2738

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Node v16
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install dependencies
working-directory: ./app/
run: npm ci
- name: Run ESLint
working-directory: ./app/
run: NODE_ENV=test npm run lint