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.
1 parent 4b923d7 commit 7f16716Copy full SHA for 7f16716
.github/workflows/check.yml
@@ -1,4 +1,6 @@
1
name: "Check with pre-commit"
2
+permissions:
3
+ contents: read
4
on:
5
push:
6
branches: ["main"]
.github/workflows/release.yml
name: "Release"
release:
types:
.github/workflows/test.yml
name: "Test"
0 commit comments