Skip to content

[PN-120] Add lcov to Dockerfile #784

[PN-120] Add lcov to Dockerfile

[PN-120] Add lcov to Dockerfile #784

Workflow file for this run

# Copyright (c) 2023 Boston Dynamics AI Institute, Inc. All rights reserved.
name: Util - Pre-Commit Runner
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
pre-commit:
name: util_pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0