Skip to content

Commit 6c328eb

Browse files
jedahanJonathan Dahan
authored andcommitted
count lines with tokei
we need to test against previous lines
1 parent 3e0db86 commit 6c328eb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lines-of-code.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: lines-of-code
2+
3+
on: pull_request
4+
5+
jobs:
6+
count:
7+
steps:
8+
- uses: actions/checkout@v1
9+
- name: count with tokei
10+
uses: docker://mbologna/docker-tokei
11+
with:
12+
entrypoint: tokei
13+
args: -t=Zsh

0 commit comments

Comments
 (0)