diff --git a/.github/workflows/complexity.yml b/.github/workflows/complexity.yml new file mode 100644 index 0000000..a899b4e --- /dev/null +++ b/.github/workflows/complexity.yml @@ -0,0 +1,9 @@ +name: Code Complexity Check +on: [pull_request] +jobs: + complexity: + runs-on: ubuntu-latest + steps: + - uses: miguelcsx/catchy@v1.0.3 + with: + threshold: '15'