Skip to content

ACTUALLY change Stainless steel to new item #6

ACTUALLY change Stainless steel to new item

ACTUALLY change Stainless steel to new item #6

Workflow file for this run

name: Test Build
on:
pull_request:
branches:
- master
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 16
uses: actions/[email protected]
with:
java-version: 16
distribution: adopt
- name: Build with Maven
run: mvn package