summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-eslint.yml
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-10-15 13:40:14 +0000
committerJoas Schilling <coding@schilljs.com>2022-10-17 06:35:42 +0200
commit12b2b267d880f88eae0286be3d6d672c13df621c (patch)
tree31c32819cffb8ab89f2906c6819f276c89d006b2 /.github/workflows/lint-eslint.yml
parentf8bbdc97638f696f7c8aa2df0c8650c342750d24 (diff)
Updating lint-eslint.yml workflow from template
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to '.github/workflows/lint-eslint.yml')
-rw-r--r--.github/workflows/lint-eslint.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index f3592a01d..687467783 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -5,8 +5,10 @@
name: Lint
-on:
- pull_request:
+on: pull_request
+
+permissions:
+ contents: read
concurrency:
group: lint-eslint-${{ github.head_ref || github.run_id }}