actions-marketplace-validations/Net Negative Lines of Code
Report the net negative lines of code between releases
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Personal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. [Learn more about creating and using encrypted secrets](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/creating-and-using-encrypted-secrets) | — | ${{ github.token }} |
| directory | directory to run cloc | — | — |
| checkpoint_tag | checkpoint tag | — | — |
| checkpoint_title | checkpoint title | — | — |
| exclude_dir | exclude dir | — | — |
| exclude_ext | exclude ext | — | — |
| include_ext | exclude ext | — | — |
| slack_webhook | Slack webhook | — | — |
| slack_release_diff_breakdown | Show a breakdown between the current release and the release before that | — | false |
| slack_checkpoint_diff_breakdown | Show a breakdown between the current release and the release before that | — | false |
Outputs
no outputs