From 250768a4d119f95a18ccfd3af840ab1fdaf7f46f Mon Sep 17 00:00:00 2001 From: Saf Date: Mon, 31 Aug 2020 01:12:48 -0700 Subject: [PATCH] Adding GHA badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc97352..1cd8591 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is an assembler for the Nintendo Entertainment System's 2A03 microprocessor. +![N65](https://github.com/safiire/n65/workflows/Ruby/badge.svg) + The 2A03 is an 8-bit processor based on the MOS 6502. ```bash