Skip to content

Commit

Permalink
feat: temp remove psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 committed Nov 22, 2024
1 parent 28e0231 commit 6a44857
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,7 @@ jobs:
- name: Run tests
run: composer test

psalm:
name: Psalm
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
extensions: bcmath, gmp, intl, dom, mbstring

- uses: "ramsey/composer-install@v3"
# TODO re-Add psalm or PHPStan

docs:
name: Docs
Expand Down

0 comments on commit 6a44857

Please sign in to comment.