We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c21a79 commit 8fa7203Copy full SHA for 8fa7203
.github/workflows/cicd.yml
@@ -45,7 +45,7 @@ jobs:
45
run: qlty init --no
46
47
- name: Run Qlty smells and save output
48
- run: qlty report --format json > ../qlty_report.json
+ run: qlty check --format json . > ../qlty_report.json
49
working-directory: ./backend
50
51
- name: Instalar GitHub CLI (gh)
0 commit comments