Skip to content

*another* missing import #5

*another* missing import

*another* missing import #5

Workflow file for this run

---
name: Java CI with bld
on:
push:
branches: [ "*" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- run: ./bld clean download compile test