We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c41ceb commit d292b6dCopy full SHA for d292b6d
.github/workflows/cicd.yml
@@ -37,13 +37,13 @@ jobs:
37
run: npm run test:coverage
38
working-directory: ./backend
39
40
- - name: Run Qlty smells and save output
41
- run: qlty check --output-format json > ../qlty_report.json
42
- working-directory: ./backend
43
44
- run: qlty check --all --output-format json > ../qlty_report.json
45
+ - name: Instalar e Rodar Qlty
+ run: |
+ /home/runner/work/_actions/qltysh/qlty-action/main/install_qlty.sh
46
+ cd ./backend
+ qlty check --all --output-format json > ../qlty_report.json
+
47
- name: Instalar GitHub CLI (gh)
48
run: sudo apt-get install gh -y
49
0 commit comments