Skip to content

Commit 87daff0

Browse files
committed
initial commit
0 parents  commit 87daff0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# An example project that uses [php-actions/phpmd][action-link]
2+
3+
This is a trivial project that holds only simple example functionality: a greeter that can greet you by name.
4+
5+
Check out the [**Actions tab** in the Github repository][actions-tab] to see the past actions workflows and their outputs.
6+
7+
The file at `.github/workflows/ci.yml` shows how to use [php-actions/phpmd][action-link] - take note of the `uses: php-actions/phpmd@v1` line.
8+
9+
Versions of PHPMD and all options are available to configure. Please see the [php-actions/phpmd documentation][action-link] for more information!
10+
11+
***
12+
13+
If you found this repository helpful, please consider [sponsoring the developer][sponsor].
14+
15+
[action-link]: https://github.com/php-actions/phpmd
16+
[actions-tab]: https://github.com/php-actions/example-phpmd/actions
17+
[sponsor]: https://github.com/sponsors/g105b

0 commit comments

Comments
 (0)