Skip to content

add cloc workflow

add cloc workflow #1

Workflow file for this run

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