Skip to content

Document the launch with IJ #32

Document the launch with IJ

Document the launch with IJ #32

Workflow file for this run

name: Build
on:
push:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
uses: lernejo/reusable-workflows/.github/workflows/ci.yml@main
secrets: inherit
with:
runs-on: ${{ matrix.os }}