diff --git a/.github/workflows/scc-checker.yml b/.github/workflows/scc-checker.yml new file mode 100644 index 0000000..6bf597c --- /dev/null +++ b/.github/workflows/scc-checker.yml @@ -0,0 +1,15 @@ +name: SCC Complexity Check + +on: + pull_request: + branches: [dev, main] + +jobs: + scc-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - uses: aziontech/scc_check@main