print lines of code from CLOC

This commit is contained in:
Kyle Spearrin 2020-06-09 10:17:26 -04:00
parent 9fc810182a
commit f40576c39d
1 changed files with 5 additions and 0 deletions

View File

@ -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