Skip to content

Unit tests of servo_test.py now passing #3005

Unit tests of servo_test.py now passing

Unit tests of servo_test.py now passing #3005

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/[email protected]
with:
args: ${{ env.workspace }}