mirror of
https://github.com/bitwarden/mobile.git
synced 2025-03-09 12:49:10 +01:00
print lines of code from CLOC
This commit is contained in:
parent
9fc810182a
commit
f40576c39d
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -29,6 +29,11 @@ jobs:
|
||||
- name: Checkout repo
|
||||
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
|
||||
if: github.ref == 'refs/heads/master'
|
||||
run: ./.github/scripts/android/decrypt-secrets.ps1
|
||||
|
Loading…
Reference in New Issue
Block a user