Skip to content

Latest commit

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SCC Docker Action

This action counts the lines of code and performs complexity analysis using scc. (https://github.com/boyter/scc)

Inputs

args

Outputs

scc

The lines of ccode.

Example usage

.github/workflows/main.yml

on: [push]jobs:
scc_job:
runs-on: ubuntu-latestname: A job to count the lines of code.steps:
- name: Checkoutuses: actions/checkout@v3
- name: Get the lines of code.id: sccuses: Adapt-API/scc-docker-action@masterwith:
args: ${{ env.workspace }} -i js,go,html,css
- name: Echo scc outputrun: | echo echo -n "${{ steps.scc.outputs.scc }}"

About

A GitHub Action to quantify lines of code and perform complexity analysis / COCOMO cost estimation.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages