Skip to content

fix failing integration test #2998

fix failing integration test

fix failing integration test #2998

Workflow file for this run

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