Skip to content

Bump dotnet-sdk version to 1.0.0 (#1208) #5646

Bump dotnet-sdk version to 1.0.0 (#1208)

Bump dotnet-sdk version to 1.0.0 (#1208) #5646

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