summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-02-17 10:37:24 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2021-02-17 11:52:45 +0100
commit31eab62263ac1a7931b2632d9556846fe4bda629 (patch)
tree80d1f28c15b8e020a0b7323f58594c812e59701a
parent6cd83ea1da4d24d439a5f30bfc13349f0c25e597 (diff)
remove psalm
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/api-php-static-code-check.yml42
-rw-r--r--composer.json2
2 files changed, 0 insertions, 44 deletions
diff --git a/.github/workflows/api-php-static-code-check.yml b/.github/workflows/api-php-static-code-check.yml
deleted file mode 100644
index b63d82ab7..000000000
--- a/.github/workflows/api-php-static-code-check.yml
+++ /dev/null
@@ -1,42 +0,0 @@
-name: Static analysis
-on:
- pull_request
-jobs:
- static-psalm-analysis:
- runs-on: ubuntu-latest
- continue-on-error: true
- strategy:
- matrix:
- php-versions: [ '7.4' ]
- nextcloud: [ 'stable21' ]
- database: [ 'sqlite' ]
- name: "Psalm: Nextcloud ${{ matrix.nextcloud }}"
- steps:
- - name: Checkout
- uses: actions/checkout@master
- - name: Set up php
- uses: shivammathur/setup-php@master
- with:
- php-version: 7.4
- extensions: pdo_sqlite,pdo_mysql,pdo_pgsql,gd,zip
- coverage: none
-
- - name: Set up server non MySQL
- uses: SMillerDev/nextcloud-actions/setup-nextcloud@main
- with:
- cron: true
- version: ${{ matrix.nextcloud }}
- database-type: ${{ matrix.database }}
-
- - name: Install dependencies
- run: composer install
-
- - name: Configure server with app
- uses: SMillerDev/nextcloud-actions/setup-nextcloud-app@main
- with:
- app: 'news'
- check-code: false
-
- - name: Run coding standards check
- working-directory: ../server/apps/news
- run: ./vendor/bin/psalm \ No newline at end of file
diff --git a/composer.json b/composer.json
index 3449e72fd..0af736804 100644
--- a/composer.json
+++ b/composer.json
@@ -57,8 +57,6 @@
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.5.6",
"phpstan/phpstan": "^0.12.43",
- "vimeo/psalm": "^4.0",
- "christophwurst/nextcloud": "^v21.0.0-beta8",
"guzzlehttp/guzzle": "^7.2",
"doctrine/dbal": "^3.0",
"symfony/console": "^4.4.18",