Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkorelstar <korelstar@users.noreply.github.com>2020-02-13 18:39:05 +0300
committerkorelstar <korelstar@users.noreply.github.com>2020-02-13 23:57:48 +0300
commita429548ae4ff53b258d0d0abbd7c0e716f763e30 (patch)
tree891a6535bf78aec8dc0cd199d902c542d3099c9e /.github
parent9d84015a182cd739e57cff09ddf6570722e42bd2 (diff)
add phplint-problem-matcher
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 467dd81a..c39896aa 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -45,7 +45,7 @@ jobs:
version: [min, max]
include:
- version: min
- php-version: 7.0
+ php-version: 7.1
- version: max
php-version: 7.4
steps:
@@ -60,5 +60,7 @@ jobs:
- name: Install latest Nextcloud API (dev-master)
if: matrix.version == 'max'
run: composer require --dev christophwurst/nextcloud:dev-master
+ - name: Load problem matcher for php -l
+ uses: korelstar/phplint-problem-matcher@master
- name: lint PHP
- run: make lint-php
+ run: make -k lint-php