From 7ac905ca6910943b015638e0021af65270008741 Mon Sep 17 00:00:00 2001 From: Joel Male Date: Mon, 19 Aug 2019 17:22:17 +1000 Subject: [PATCH] Add joelwmale/codeception-action (#144) * Add codeception action * Remove extension garble * Remove random file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fd4fd2..b446e5f 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Frontend Tools](#frontend-tools) - [Internet of Things (IOT)](#internet-of-things-iot) - [Tutorials](#tutorials) +- [License](#license) ## Official Resources @@ -116,6 +117,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8) - [xUnit Slack Reporter: Sends summary of tests from xUnit reports to a Slack channel](https://github.com/ivanklee86/xunit-slack-reporter) - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) +- [Run codeception tests](https://github.com/joelwmale/codeception-action) ### Pull Requests