mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 20:53:25 +00:00
print lines of code from CLOC
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user