Skip to content

Use optparse.Help for formatting help messages #108

Use optparse.Help for formatting help messages

Use optparse.Help for formatting help messages #108

Workflow file for this run

---
name: Push
on: push
jobs:
test:
runs-on: ubuntu-latest
container:
image: ghcr.io/inko-lang/inko:latest
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
- run: inko --version
- run: inko pkg sync
- run: inko test