Skip to content

Offer Maven package at SDK repository #1080

Offer Maven package at SDK repository

Offer Maven package at SDK repository #1080

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