Skip to content

Add an extra space to fix off by one error in header #11

Add an extra space to fix off by one error in header

Add an extra space to fix off by one error in header #11

Workflow file for this run

name: main
on:
pull_request:
branches: [ main ]
jobs:
pre_commit_run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: sudo apt-get install clang-tidy
- uses: threeal/cmake-action@v1.3.0
with:
run-build: true
- uses: pre-commit/action@v3.0.0