Skip to content

Commit

Permalink
update: adjust analysis gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vickywane committed Oct 16, 2022
1 parent 0323e1d commit f404416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python -m pip install --upgrade pip
pip install prospector
- name: Run static code analysis using Prospector tool
run: prospector --zero-exit
run: prospector --zero-exit > static_analyis.json

- name: Deploy Static Analysis Result to GitHub Artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f404416

Please sign in to comment.