Skip to content

[SM-1236] - Add new targets for Go wrapper #3852

[SM-1236] - Add new targets for Go wrapper

[SM-1236] - Add new targets for Go wrapper #3852

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