Skip to content

Commit

Permalink
Rename ci workflow name to continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
benvenutti committed Aug 31, 2024
1 parent 90eec3e commit 094ce1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: continuous integration

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# img2hack ![example workflow](https://github.com/benvenutti/img2hack/actions/workflows/ci.yaml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/benvenutti/img2hack/badge.svg?branch=master)](https://coveralls.io/github/benvenutti/img2hack?branch=master)
# img2hack ![CI status](https://github.com/benvenutti/img2hack/actions/workflows/ci.yaml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/benvenutti/img2hack/badge.svg?branch=master)](https://coveralls.io/github/benvenutti/img2hack?branch=master)

This project is a small desktop program that converts image files to Hack assembly files. The assembly file is to be run on a Hack simulator/computer, where the code will output the original image to its screen. For more information on the Hack computer, take a look at [nand2tetris](http://nand2tetris.org/).

Expand Down

0 comments on commit 094ce1b

Please sign in to comment.