Skip to content

Commit

Permalink
DevKit updates (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Jun 13, 2021
1 parent 11eb32c commit 0623703
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ tests export-ignore
docs export-ignore
Makefile export-ignore
phpunit.xml.dist export-ignore
phpstan.neon.dist export-ignore
phpstan-baseline.neon export-ignore
psalm.xml export-ignore
psalm-baseline.xml export-ignore
2 changes: 2 additions & 0 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
php-version: 8.0
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0, soap, gd

- name: Install Composer dependencies (highest)
uses: "ramsey/composer-install@v1"
Expand All @@ -51,6 +52,7 @@ jobs:
php-version: 8.0
coverage: none
tools: composer:v2
extensions: mongodb-1.9.0, soap, gd

- name: Install Composer dependencies (highest)
uses: "ramsey/composer-install@v1"
Expand Down
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,11 @@ endif
docs:
cd docs && sphinx-build -W -b html -d _build/doctrees . _build/html
.PHONY: docs

phpstan:
vendor/bin/phpstan --memory-limit=1G analyse
.PHONY: phpstan

psalm:
vendor/bin/psalm
.PHONY: psalm
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Symfony SonataMediaBundle

[![Latest Stable Version](https://poser.pugx.org/sonata-project/media-bundle/v/stable)](https://packagist.org/packages/sonata-project/media-bundle)
[![Latest Unstable Version](https://poser.pugx.org/sonata-project/media-bundle/v/unstable)](https://packagist.org/packages/sonata-project/media-bundle)
[![Psalm Type Coverage][shepherd_stable_badge]][shepherd_stable_link]
[![License](https://poser.pugx.org/sonata-project/media-bundle/license)](https://packagist.org/packages/sonata-project/media-bundle)

[![Total Downloads](https://poser.pugx.org/sonata-project/media-bundle/downloads)](https://packagist.org/packages/sonata-project/media-bundle)
Expand Down Expand Up @@ -45,3 +46,5 @@ This package is available under the [MIT license](LICENSE).
[coverage_stable_link]: https://codecov.io/gh/sonata-project/SonataMediaBundle/branch/3.x
[coverage_unstable_badge]: https://codecov.io/gh/sonata-project/SonataMediaBundle/branch/master/graph/badge.svg
[coverage_unstable_link]: https://codecov.io/gh/sonata-project/SonataMediaBundle/branch/master
[shepherd_stable_badge]: https://shepherd.dev/github/sonata-project/SonataMediaBundle/coverage.svg
[shepherd_stable_link]: https://shepherd.dev/github/sonata-project/SonataMediaBundle

0 comments on commit 0623703

Please sign in to comment.