Skip to content

style: fix readability/braces cpplint whitespace violations #97

style: fix readability/braces cpplint whitespace violations

style: fix readability/braces cpplint whitespace violations #97

Workflow file for this run

name: lint
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
# Grant minimal read-only access to repository contents
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Dependencies
run: pip install cpplint
- name: Run Linters
run: ./lint.sh