Apply fixes from code review #2995
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
name: Sloc, Cloc and Code | |
jobs: | |
scc: | |
runs-on: ubuntu-latest | |
name: Analyze the codebase with scc | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Get the lines of code. | |
id: scc | |
uses: opsani/scc-docker-action@v1.0.0 | |
with: | |
args: ${{ env.workspace }} |