From 2ea257620bc23eaa8f89f85fc91eddbcc1494a76 Mon Sep 17 00:00:00 2001 From: Jermyiah Date: Thu, 16 Feb 2023 09:00:58 -0800 Subject: [PATCH] Initial release v1.0.0 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a1717f6..a4ecd84 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ A template to create simple to use GitHub actions on any repo for initial setup. ## Example action to run a `python.py` file to verify no errors in code: -If errors in code exist they will be listed in the actions console. Also -you can run more than one file, seperated with commas. + ## Up to you to decide on your triggers, I used `push` and `pull_request`