Merge pull request #21 from kadampabookings/prod #80
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Estimate Complexity Using SCC | |
| on: [push] | |
| jobs: | |
| scc_job: | |
| runs-on: ubuntu-latest | |
| name: SCC analysis | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Execute scc. | |
| id: scc | |
| uses: hdmsantander/scc-docker-action@3.0 | |
| with: | |
| args: ${{ env.workspace }} webfx-* --ci -i java |