Skip to content

Commit

Permalink
ci: included a ci tool to check the complexity on a pr (#68)
Browse files Browse the repository at this point in the history
- uses a personal repo action

- analyze the complexity of a pull request
  • Loading branch information
miguelcsx authored Dec 5, 2024
1 parent 487ccc1 commit 76397a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/complexity.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/[email protected]
with:
threshold: '15'

0 comments on commit 76397a5

Please sign in to comment.