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.
2 parents c2ef7d3 + eca05d3 commit 24e9e7fCopy full SHA for 24e9e7f
1 file changed
.github/workflows/lint.yml
@@ -11,6 +11,8 @@ concurrency:
11
# Group by workflow name + PR number (for PRs) or ref (for branch/tag pushes)
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13
cancel-in-progress: true
14
+permissions:
15
+ contents: read
16
jobs:
17
pytorch_cpplint:
18
name: 'PyTorch C++'
0 commit comments