Skip to content

Switch to using npm for sdk-internal (#1113) #5314

Switch to using npm for sdk-internal (#1113)

Switch to using npm for sdk-internal (#1113) #5314

Workflow file for this run

name: CLOC
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
jobs:
cloc:
name: CLOC
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Set up cloc
run: |
sudo apt update
sudo apt -y install cloc
- name: Print lines of code
run: cloc --vcs git