Skip to content

GHA - Add C++ demos to build configuration #260

GHA - Add C++ demos to build configuration

GHA - Add C++ demos to build configuration #260

Workflow file for this run

name: Check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/action@v2.0.0