Skip to content

[PM-12967] Create bitwarden-wasm-internal #5245

[PM-12967] Create bitwarden-wasm-internal

[PM-12967] Create bitwarden-wasm-internal #5245

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up cloc
run: |
sudo apt update
sudo apt -y install cloc
- name: Print lines of code
run: cloc --vcs git