mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
print lines of code from CLOC
This commit is contained in:
parent
9fc810182a
commit
f40576c39d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -29,6 +29,11 @@ jobs:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Print lines of code
|
||||||
|
run: |
|
||||||
|
choco install cloc --no-progress
|
||||||
|
cloc --vcs git --exclude-dir Resources,store,test,Properties --include-lang C#,XAML
|
||||||
|
|
||||||
- name: Decrypt secrets
|
- name: Decrypt secrets
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: ./.github/scripts/android/decrypt-secrets.ps1
|
run: ./.github/scripts/android/decrypt-secrets.ps1
|
||||||
|
|
Loading…
Reference in a new issue