diff --git a/.github/workflows/cloc.yml b/.github/workflows/cloc.yml new file mode 100644 index 000000000..31ddefb31 --- /dev/null +++ b/.github/workflows/cloc.yml @@ -0,0 +1,15 @@ +name: cloc + +on: + pull_request: + workflow_dispatch: + +jobs: + cloc: + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: cloc + uses: maxfie1d/actions-cloc@v1 \ No newline at end of file