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

github.com/nextcloud/files_accesscontrol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2022-11-02 12:18:07 +0300
committerGitHub <noreply@github.com>2022-11-02 12:18:07 +0300
commite250afcafcb4c00083c9227dfd7666cc8983ab34 (patch)
treee1af017ac34e85148fcfcebddab8fc82b2517e44 /.github
parenta40fe8dbd7046c04b033baeeca63c4bbd4dc1bf9 (diff)
parent5da234edb9dcbdab43de3a05c98aed9b2e5de827 (diff)
Merge pull request #281 from nextcloud/feat/workflow-auto-update-lint-php-cs.yml
Updating lint-php-cs.yml workflow from template
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint-php-cs.yml18
1 files changed, 10 insertions, 8 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index 9aad514..2814102 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -5,12 +5,14 @@
name: Lint
-on:
- pull_request:
- push:
- branches:
- - 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:
@@ -20,9 +22,9 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ 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"