Skip to content

feat: Adding the ability to prioritize tasks #154

feat: Adding the ability to prioritize tasks

feat: Adding the ability to prioritize tasks #154

Workflow file for this run

name: pull-request-check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
java: [ '17' ]
name: Temurin ${{ matrix.java }}
steps:
- uses: actions/checkout@v3
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Run all tests
run: mvn -B spotless:check
env:
TZ: UTC