Skip to content

Commit 3339920

Browse files
committed
build: add top-level permissions deny-all to markdown-lint workflow
1 parent 7dd6f42 commit 3339920

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/markdown-lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ on:
66
- main
77
pull_request:
88

9+
permissions: {}
10+
911
jobs:
1012
markdown_lint:
13+
permissions:
14+
contents: read
1115
name: Lint Markdown files
1216
runs-on: ubuntu-latest
1317
steps:

0 commit comments

Comments
 (0)