Skip to content

Add JAR Build and Run Instructions #4

Add JAR Build and Run Instructions

Add JAR Build and Run Instructions #4

Workflow file for this run

name: Format
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
- uses: axel-op/googlejavaformat-action@v3