diff --git a/README.md b/README.md index 0069f95..72b6b2d 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # Actions PHPUnit Example + +This is an example of how [actions-phpunit](https://github.com/AltThree/actions-phpunit) works. + +## License + +Test5 diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..8cc46ee --- /dev/null +++ b/composer.json @@ -0,0 +1,4 @@ +{ + "name": "altthree/actions-phpunit-example", + "description": "An example of actions-phpunit" +}