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`