Skip to content

fix: hello world program newline #28

fix: hello world program newline

fix: hello world program newline #28

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
architecture: x64
cache: maven
- name: Build and test
run: mvn --batch-mode --update-snapshots verify
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Package
path: target