Skip to content

Fix a variable name bug and add display_off option #265

Fix a variable name bug and add display_off option

Fix a variable name bug and add display_off option #265

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