We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e3bf18 commit 75d42c7Copy full SHA for 75d42c7
.github/workflows/CatchyCodeComplexity.yml
@@ -0,0 +1,9 @@
1
+name: Code Complexity Check
2
+on: [pull_request]
3
+jobs:
4
+ complexity:
5
+ runs-on: ubuntu-latest
6
+ steps:
7
+ - uses: miguelcsx/catchy@v1.0.3
8
+ with:
9
+ threshold: '15'
0 commit comments