diff --git a/.github/workflows/scc-code-complexity.yml b/.github/workflows/scc-code-complexity.yml deleted file mode 100644 index 5d99e8f..0000000 --- a/.github/workflows/scc-code-complexity.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Code complexity analysis -on: - workflow_dispatch: - push: - branches: [main] -jobs: - scc_job: - runs-on: [self-hosted, swift-docker] - timeout-minutes: 60 - name: A job to count the lines of code. - steps: - - name: Checkout - uses: actions/checkout@v3 - - name: Get the lines of code. - id: scc - uses: iryanbell/scc-docker-action@v1.0.2 - with: - args: /github/workspace - - name: SCC - run: | - echo '${{ steps.scc.outputs.scc }}'