Skip to content

build(deps-dev): bump @types/react from 18.2.64 to 18.2.65 in /web/src/main/vite-project #57

build(deps-dev): bump @types/react from 18.2.64 to 18.2.65 in /web/src/main/vite-project

build(deps-dev): bump @types/react from 18.2.64 to 18.2.65 in /web/src/main/vite-project #57

Workflow file for this run

name: Run checks
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn --batch-mode -P github package