We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ccc2e commit c11022dCopy full SHA for c11022d
.github/workflows/pylint.yml
@@ -1,6 +1,9 @@
1
name: Pylint
2
on: [push]
3
4
+permissions:
5
+ contents: read # Needed to read Python files for linting
6
+
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments