Skip to content

Commit

Permalink
Add Radon installation step to analysis workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmancuso committed Nov 21, 2024
1 parent b28e152 commit 583a32f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/radon-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Radon
run: pip install radon
- name: Create Radon's reports
run: |
radon cc src/ -j >cc.json
Expand Down

0 comments on commit 583a32f

Please sign in to comment.