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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-11 19:56:42 +0300
committerGitHub <noreply@github.com>2022-11-11 19:56:42 +0300
commit56d2a165dd9f7a0c3a3affc85454ad157daebb61 (patch)
tree9e384b37c1aea5c64ee325e1313971986869b496
parentcca99e1376836cdbb5e3a56e0aa346dfb7af778f (diff)
parent99d32132ecfaab3ad4f291a947a91ce3cfc4429f (diff)
Merge pull request #81 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"