Skip to content

CI: Drop CMAKE_UNITY_BUILD_BATCH_SIZE #58

CI: Drop CMAKE_UNITY_BUILD_BATCH_SIZE

CI: Drop CMAKE_UNITY_BUILD_BATCH_SIZE #58

Workflow file for this run

name: Lint source code
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install
run: |
sudo apt-get install python3-pip
pip3 install flake8
- name: Run linter
run: |
flake8 python/ --max-line-length 100