We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f563cf commit 450a9b5Copy full SHA for 450a9b5
.github/workflows/lint-javascript.yml
@@ -4,6 +4,10 @@ on: # yamllint disable-line rule:truthy
4
pull_request:
5
workflow_dispatch:
6
7
+
8
+permissions:
9
+ contents: read
10
11
jobs:
12
lint:
13
name: Lint Javascript
0 commit comments