Skip to content

style(mfc): normalize brace/spacing; remove legacy _MSC_VER guards; n… #94

style(mfc): normalize brace/spacing; remove legacy _MSC_VER guards; n…

style(mfc): normalize brace/spacing; remove legacy _MSC_VER guards; n… #94

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