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

github.com/nextcloud/bruteforcesettings.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 14:18:04 +0300
committerNextcloud bot <bot@nextcloud.com>2022-10-15 14:18:04 +0300
commitec58d7903e87616c0f7fbe62b3c76451c569b012 (patch)
treea933ad624c61e0914749bb7783880ae038e07f6b
parentc7dd32136b59e2a4283e8ef33fd08aa3e8d9661a (diff)
Updating lint-stylelint.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--.github/workflows/lint-stylelint.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.github/workflows/lint-stylelint.yml b/.github/workflows/lint-stylelint.yml
index 407f870..17b7aeb 100644
--- a/.github/workflows/lint-stylelint.yml
+++ b/.github/workflows/lint-stylelint.yml
@@ -5,13 +5,14 @@
name: Lint
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
+
+permissions:
+ contents: read
+
+concurrency:
+ group: lint-stylelint-${{ github.head_ref || github.run_id }}
+ cancel-in-progress: true
jobs:
lint: