From 12b8459b124c29b7a0a88b5d30ec191e942ddbb7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 5 May 2022 12:37:13 -0300 Subject: [PATCH] Remove deprecated command --- .github/workflows/app-check-code.yml | 32 ---------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/app-check-code.yml diff --git a/.github/workflows/app-check-code.yml b/.github/workflows/app-check-code.yml deleted file mode 100644 index 399dba6902..0000000000 --- a/.github/workflows/app-check-code.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: PHP AppCode Check - -on: - pull_request: - push: - branches: - - master - -jobs: - unit-tests: - runs-on: ubuntu-latest - strategy: - matrix: - php-versions: ['7.4'] - nextcloud-versions: ['stable22'] - name: AppCode check - steps: - - name: Set up php${{ matrix.php-versions }} - uses: shivammathur/setup-php@master - with: - php-version: ${{ matrix.php-versions }} - extensions: ctype,curl,dom,gd,iconv,intl,json,mbstring,openssl,posix,sqlite,xml,zip - coverage: xdebug - - name: Checkout Nextcloud - run: git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b ${{ matrix.nextcloud-versions }} nextcloud - - name: Checkout - uses: actions/checkout@master - with: - path: nextcloud/apps/libresign - - name: App Code check - working-directory: nextcloud - run: php occ app:check-code libresign