Skip to content

refactor: add code sections in the class SFrameStacks #19

refactor: add code sections in the class SFrameStacks

refactor: add code sections in the class SFrameStacks #19

Workflow file for this run

name: Java CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
if: startsWith(github.event.head_commit.message, '[CI skip]') == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up JDK 16
uses: actions/setup-java@v3.13.0
with:
java-version: 16
distribution: temurin
- name: Build with Maven
run: mvn package --file pom.xml