Skip to content

Commit

Permalink
chore: remove psalm (#708)
Browse files Browse the repository at this point in the history
* Add tests and docker folders in .gitattributes (#704)

* chore: remove psalm

---------

Co-authored-by: Antoine Lamirault <[email protected]>
  • Loading branch information
2 people authored and PedroTroller committed Feb 26, 2024
1 parent 6227d85 commit 4b9a2bd
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 149 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/.editorconfig export-ignore
/.travis.yml export-ignore
/appveyor.yml export-ignore
/psalm.baseline.xml export-ignore
/psalm.xml export-ignore
/bin export-ignore
/doc export-ignore
/docker export-ignore
Expand Down
25 changes: 0 additions & 25 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,3 @@ jobs:
run: |
./vendor/bin/php-cs-fixer --version
./vendor/bin/php-cs-fixer fix --diff --dry-run --show-progress=none
psalm:
name: Psalm
runs-on: ubuntu-latest
steps:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
extensions: mongo, mbstring, fileinfo
tools: composer:v2

- name: Checkout code
uses: actions/checkout@v2

- name: Download dependencies
run: |
make require-all
composer require --dev --no-update psalm/phar:4.16
composer update --no-interaction --prefer-dist
- name: Psalm
run: |
./vendor/bin/psalm.phar --version
./vendor/bin/psalm.phar --output-format=github --no-progress --show-info=false --stats
106 changes: 0 additions & 106 deletions psalm.baseline.xml

This file was deleted.

16 changes: 0 additions & 16 deletions psalm.xml

This file was deleted.

0 comments on commit 4b9a2bd

Please sign in to comment.