We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6db344 commit a4a47dbCopy full SHA for a4a47db
1 file changed
.github/workflows/pr-checks.yml
@@ -14,6 +14,8 @@ concurrency:
14
jobs:
15
lint:
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ contents: read
19
steps:
20
- uses: actions/checkout@v5
21
- name: Set up Node.js
0 commit comments