diff options
author | Nicolas Peugnet <n.peugnet@free.fr> | 2020-04-21 01:53:13 +0200 |
---|---|---|
committer | Vincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com> | 2020-04-21 14:56:53 +0200 |
commit | 3355532be69a1c11a0637b1dfc994748b5de558f (patch) | |
tree | c12b12489496afb33524fc114f76a9b03f9b3280 /README.md | |
parent | e5f59d39268b552c6b8416d5f0d8294ec19e26f3 (diff) | |
download | wcms-3355532be69a1c11a0637b1dfc994748b5de558f.tar.gz wcms-3355532be69a1c11a0637b1dfc994748b5de558f.zip |
tests: add github actions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,7 @@ # W-CMS +![github status] ![code style] ![phpstan level] + W is a lightweight CMS tool, meant to help you design a website using a unique approach. It's targeting artists, or experimental projects. To have a better idea of what W can do, you can check out the [User manual](MANUAL.md), or dicover the [ideas](#ideas) behind this specific tool. @@ -175,3 +177,7 @@ Then, to make the release, run the following command: make release To only build the release zip, simply run `make dist`. This will create a zip file in `dist/` of the current version. + +[github status]: https://github.com/vincent-peugnet/wcms/workflows/build/badge.svg +[code style]: https://img.shields.io/badge/code%20style-PSR12-brightgreen +[phpstan level]: https://img.shields.io/badge/phpstan-level%205-green
\ No newline at end of file |