Install Cadius with this simple Github Action -- enable ProDOS images in your workflows!
Go to file
Dagen Brock afe8e00574 initial test version 2020-03-06 11:41:25 -06:00
Dockerfile initial test version 2020-03-06 11:41:25 -06:00
LICENSE initial test version 2020-03-06 11:41:25 -06:00
README.md initial test version 2020-03-06 11:41:25 -06:00
entrypoint.sh initial test version 2020-03-06 11:41:25 -06:00

README.md

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"
}