Skip to content

Mock a TOTP implementation (#295) #1323

Mock a TOTP implementation (#295)

Mock a TOTP implementation (#295) #1323

Workflow file for this run

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