Skip to content

Rename 1.a.png to screenshots/1.a.png #3

Rename 1.a.png to screenshots/1.a.png

Rename 1.a.png to screenshots/1.a.png #3

Workflow file for this run

name: Java Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Java
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
- name: Compile Java source files
run: |
javac *.java