Skip to content

Commit

Permalink
chore: remove psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Roussel committed Oct 30, 2023
1 parent dcfb86a commit b9c2117
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: '7.4'
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:3.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 b9c2117

Please sign in to comment.