Skip to content

[PM-37215] Add USER_EMAIL setting and persist via save_to_state #7189

[PM-37215] Add USER_EMAIL setting and persist via save_to_state

[PM-37215] Add USER_EMAIL setting and persist via save_to_state #7189

Workflow file for this run

name: CLOC
on:
workflow_dispatch:
push:
branches: ["main"]
pull_request:
permissions:
contents: read
jobs:
cloc:
name: CLOC
runs-on: ubuntu-24.04
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Set up cloc
run: |
sudo apt update
sudo apt -y install cloc
- name: Print lines of code
run: cloc --vcs git