Skip to content

πŸ’„ UI(bo): add border and background on tab links (#902) #229

πŸ’„ UI(bo): add border and background on tab links (#902)

πŸ’„ UI(bo): add border and background on tab links (#902) #229

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build & test
run: mvn --batch-mode verify --file pom.xml