Skip to content

Commit c11022d

Browse files
Update pylint.yml
1 parent 55ccc2e commit c11022d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pylint.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Pylint
22
on: [push]
33

4+
permissions:
5+
contents: read # Needed to read Python files for linting
6+
47
jobs:
58
build:
69
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)