Skip to content

Merge pull request #164 from hmcts/renovate/spring-boot #456

Merge pull request #164 from hmcts/renovate/spring-boot

Merge pull request #164 from hmcts/renovate/spring-boot #456

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
- name: Build
run: ./gradlew check