mirror of
https://github.com/digarok/install-cadius-action.git
synced 2025-01-14 02:32:27 +00:00
cadius-action
A Github Action for installing Cadius and allowing you to manipulate ProDOS disk images with it.
Example usage
workflow "All pushes" {
on = "push"
resolves = ["Make a Disk"]
}
action "Make a Disk" {
uses = "digarok/cadius-action@master"
run = "cadius createvolume exampledsk.po exampledsk 140KB"
}
Languages
TypeScript
100%