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

github.com/nextcloud/files_downloadactivity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-17 23:51:53 +0300
committerGitHub <noreply@github.com>2022-10-17 23:51:53 +0300
commit8c642c9f8debdfc5c3915a1a1e211013fdc85a4e (patch)
tree9ad026c1a0e8b1700defc3bc82e989f2dfba9e50
parent16e958caf1443a2894c94a6c4d807049bb778fe0 (diff)
parent0714b818f580fd1ccc7c55f53989907545fdd7a0 (diff)
Merge pull request #110 from nextcloud/feat/workflow-auto-update-lint-php-cs.yml
Updating lint-php-cs.yml workflow from template
-rw-r--r--.github/workflows/lint-php-cs.yml17
1 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 049fb19..2814102 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -5,13 +5,14 @@
name: Lint
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
+
+permissions:
+ contents: read
+
+concurrency:
+ group: lint-php-cs-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
lint:
@@ -23,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- - name: Set up php ${{ matrix.php-versions }}
+ - name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"