Skip to content

Remove requirement for WaitForSingleObject for termination state #236

Remove requirement for WaitForSingleObject for termination state

Remove requirement for WaitForSingleObject for termination state #236

Workflow file for this run

name: Count Lines of Code
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
cloc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Count lines of code
uses: djdefi/cloc-action@main
with:
options: --exclude-lang=md,yaml --md --report-file=cloc.md
- name: Upload cloc report as artifact
uses: actions/upload-artifact@v4
with:
name: cloc-report
path: cloc.md