Replace deprecated occ app:check-code with xml linter

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-06-17 09:09:11 +02:00
parent d07b7c1dcb
commit bd04b546da
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 0 additions and 32 deletions

View File

@ -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: ['stable20']
name: AppCode check
steps:
- name: Set up php${{ matrix.php-versions }}
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extension-csv: 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/calendar
- name: App Code check
working-directory: nextcloud
run: php occ app:check-code calendar