Skip to content

Commit b8d4a96

Browse files
ultima tentativa
1 parent eaa563c commit b8d4a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
uses: qltysh/qlty-action/install@main
4242

4343
- name: Initialize Qlty
44-
run: qlty init
44+
run: qlty init --non-interactive
4545

4646
- name: Run Qlty smells and save output
47-
run: qlty check --all --sarif > ../qlty_report.json
47+
run: qlty check --all --sarif --non-interactive > ../qlty_report.json
4848
working-directory: ./backend
4949

5050
- name: Instalar GitHub CLI (gh)

0 commit comments

Comments
 (0)