Skip to content

Commit

Permalink
Split to separate
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert authored Mar 8, 2024
1 parent a24c916 commit a2be84c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,3 @@ jobs:
pattern: '(b\/\d+|^(Bug|Fixed|Issue): \d+$)'
flags: 'gm'
error: 'PR title or description should include at least one bug ID.'
sloc-count:
name: Check Lines of code.
runs-on: ubuntu-latest
steps:
- name: Count Lines of Code (cloc)
uses: djdefi/cloc-action@6


10 changes: 10 additions & 0 deletions .github/workflows/sloccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Count Lines of Code

jobs:
cloc:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Count Lines of Code (cloc)
uses: djdefi/cloc-action@6

0 comments on commit a2be84c

Please sign in to comment.