We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0001aed commit 64697f6Copy full SHA for 64697f6
.github/workflows/ci.yml
@@ -27,3 +27,7 @@ jobs:
27
uses: ./
28
with:
29
token: ${{ secrets.PAT }}
30
+ run-static-analysis: false
31
+ run-code-formatting: false
32
+ run-tests: false
33
+ run-coverage: false
0 commit comments