Skip to content

Commit

Permalink
Create CatchyCodeComplexity.yml
Browse files Browse the repository at this point in the history
new test
  • Loading branch information
patlecat authored Dec 18, 2024
1 parent 5e3bf18 commit 75d42c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CatchyCodeComplexity.yml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit 75d42c7

Please sign in to comment.