Skip to content

Add dedicated CMakeLists.txt to target HALs and util #66

Add dedicated CMakeLists.txt to target HALs and util

Add dedicated CMakeLists.txt to target HALs and util #66

Workflow file for this run

name: Linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "test"
# Needed by pyright
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'
- run: |
pip install -r test/requirements.txt
- uses: jakebailey/pyright-action@v2
with:
working-directory: test
- uses: isort/isort-action@v1
with:
sort-paths: "test"
- name: clang-format Check
uses: jidicula/clang-format-action@v4.14.0
with:
clang-format-version: 19