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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-09-03 09:47:50 +0300
committerdartcafe <github@dartcafe.de>2020-09-03 09:47:50 +0300
commit4e46b492fca111a0deb2fa012eb4a126990cf29a (patch)
tree91a9cb4f05094d0441aceb76c8344c94b78ceaf2 /.github
parente7700eb82631873b2fbe56cb6982d5e34e80d7ad (diff)
minor changes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 3c63d4dd..94e28927 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -15,7 +15,7 @@ jobs:
matrix:
php-versions: [7.4]
- name: php-cs check php ${{ matrix.php-versions }}
+ name: php-cs
steps:
- name: Checkout
@@ -38,7 +38,7 @@ jobs:
php-versions: ['7.2', '7.3', '7.4']
nextcloud-versions: ['master']
- name: Nextcloud ${{ matrix.nextcloud-versions }} app code check
+ name: Nextcloud AppCode check
steps:
- name: Set up php ${{ matrix.php-versions }}