Skip to content

Bump @typescript-eslint/eslint-plugin from 7.2.0 to 8.8.0 in /react #40

Bump @typescript-eslint/eslint-plugin from 7.2.0 to 8.8.0 in /react

Bump @typescript-eslint/eslint-plugin from 7.2.0 to 8.8.0 in /react #40

Workflow file for this run

name: "Jest/React CI"
on:
workflow_dispatch:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
jest:
runs-on: ubuntu-latest
steps:
- name: Create folder
run: |
mkdir -p /opt/bookworm
cd /opt/bookworm
- name: Checkout code
uses: actions/checkout@v4
- name: Install modules
run: |
cd react
npm i
- name: Run tests
run: |
cd react
npm test