Skip to content

mvxivy/calc-tech-dept

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Calculate tech dept

This action calculate the amout of comments

// TODO
// FIXME
// @ts-ignore
/* FIXME */
/**
* TODO
*/

and output in the comment, example:

Tech dept

type count
TODO 1
FIXME 2
@ts-ignore 3

P.S. In version 1.0 it works only for languages where comments marks like this: // single line comment /* multiple line comment */.

Usage

steps:
  - name: Checkout
    id: checkout
    uses: actions/checkout@v4

  - name: Calculate tech dept
    uses: mvxivy/[email protected]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Generated from actions/javascript-action