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 2f9eb19 + 137b77d commit a5867d0Copy full SHA for a5867d0
.github/workflows/lint.yml
@@ -1,5 +1,7 @@
1
name: lint
2
on: [push, pull_request]
3
+permissions:
4
+ contents: read # to fetch code (actions/checkout)
5
jobs:
6
tox-lint:
7
runs-on: ubuntu-latest
.github/workflows/tox.yml
name: tox
tox:
strategy:
0 commit comments