Skip to content

Add marketing notification category #16

Add marketing notification category

Add marketing notification category #16

Workflow file for this run

name: CI
on:
pull_request: ~
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
cache: 'maven'
- run: ./mvnw clean install -T4