Skip to content

build(deps): bump @types/react from 18.2.64 to 18.2.79 in /frontend #82

build(deps): bump @types/react from 18.2.64 to 18.2.79 in /frontend

build(deps): bump @types/react from 18.2.64 to 18.2.79 in /frontend #82

Workflow file for this run

name: PR checks
on:
pull_request:
branches: [ main ]
types: [ opened, reopened, synchronize ]
env:
CI: false
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- name: Run mvn command
run: mvn clean verify