README.md cleanup

This commit is contained in:
Dagen Brock 2021-06-21 15:58:11 -05:00
parent 0702c5c0d2
commit ea5d311d7c
1 changed files with 0 additions and 7 deletions

View File

@ -1,12 +1,5 @@
[![.github/workflows/main.yml](https://github.com/digarok/apple2-assembly-github-actions-ci-example/actions/workflows/main.yml/badge.svg)](https://github.com/digarok/apple2-assembly-github-actions-ci-example/actions/workflows/main.yml)
# apple2-assembly-github-actions-ci-example
Example project to show CI with Github Actions to assemble 65xx source
# Explanation
See the projects `.github/workflows/main.yml` file to understand how it is automatically built using a Github action.
# apple2-assembly-github-actions-ci-example
Example project showing how to achieve Continuous Integration with Github Actions to assemble 65xx source, package it in a ProDOS disk image, and release it on Github.