We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f63b0e commit cebc1aaCopy full SHA for cebc1aa
.github/workflows/lint.yaml
@@ -21,3 +21,5 @@ jobs:
21
pre-commit install
22
- name: Linting
23
run: pre-commit run --all-files
24
+ with:
25
+ GITHUB_TOKEN: ${{ github.token }}
0 commit comments