We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803ccda commit 4ab3fa4Copy full SHA for 4ab3fa4
.github/workflows/trunk-check.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: trunk-io/trunk-action@v1
41
with:
42
check-mode: all
43
- arguments: --github-annotate notice
+ arguments: check --no-progress
44
45
- name: Run pre-commit checks
46
run: |
0 commit comments