Skip to content

[SM-1147] Switch to try_init with pyo3_log #3445

[SM-1147] Switch to try_init with pyo3_log

[SM-1147] Switch to try_init with pyo3_log #3445

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