Skip to content

Simplified the build pipeline on the cheat-sheet branch. #592

Simplified the build pipeline on the cheat-sheet branch.

Simplified the build pipeline on the cheat-sheet branch. #592

Workflow file for this run

name: Java CI
on: [push, pull_request]
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3