Skip to content

feat: sidebar shares ui reducer and exposes hook #61

feat: sidebar shares ui reducer and exposes hook

feat: sidebar shares ui reducer and exposes hook #61

Workflow file for this run

name: Build and Test
on:
pull_request:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build and test
run: |
mvn -Pbuild-frontend clean verify