From 31eab62263ac1a7931b2632d9556846fe4bda629 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Wed, 17 Feb 2021 10:37:24 +0100 Subject: remove psalm Signed-off-by: Benjamin Brahmer --- .github/workflows/api-php-static-code-check.yml | 42 ------------------------- 1 file changed, 42 deletions(-) delete mode 100644 .github/workflows/api-php-static-code-check.yml (limited to '.github') 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 -- cgit v1.2.3