Skip to content

ci: included a ci tool to check the complexity on a pr #4

ci: included a ci tool to check the complexity on a pr

ci: included a ci tool to check the complexity on a pr #4

Workflow file for this run

name: Code Complexity Check
on: [pull_request]
jobs:
complexity:
runs-on: ubuntu-latest
steps:
- uses: miguelcsx/[email protected]
with:
threshold: '15'