Skip to content

Commit

Permalink
add cloc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfie1d authored Jan 15, 2024
1 parent f255ed2 commit 93bc518
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cloc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: cloc

on:
pull_request:
workflow_dispatch:

jobs:
cloc:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
- name: cloc
uses: maxfie1d/actions-cloc@v1

0 comments on commit 93bc518

Please sign in to comment.