Skip to content

refactor: make more readable dispatcher module #8

refactor: make more readable dispatcher module

refactor: make more readable dispatcher module #8

Workflow file for this run

name: Build dispatcher module
on:
workflow_dispatch:
push:
branches: [ master ]
paths: [ .github/workflows/dispatcher.yaml, dispatcher/** ]
pull_request:
branches: [ master ]
paths: [ .github/workflows/dispatcher.yaml, dispatcher/** ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Run Build
run: gradle clean build -p ./dispatcher