We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa563c commit b8d4a96Copy full SHA for b8d4a96
.github/workflows/cicd.yml
@@ -41,10 +41,10 @@ jobs:
41
uses: qltysh/qlty-action/install@main
42
43
- name: Initialize Qlty
44
- run: qlty init
+ run: qlty init --non-interactive
45
46
- name: Run Qlty smells and save output
47
- run: qlty check --all --sarif > ../qlty_report.json
+ run: qlty check --all --sarif --non-interactive > ../qlty_report.json
48
working-directory: ./backend
49
50
- name: Instalar GitHub CLI (gh)
0 commit comments