Skip to content

Merge pull request #3 from doggydoggy0101/feature/outlier-rejection #6

Merge pull request #3 from doggydoggy0101/feature/outlier-rejection

Merge pull request #3 from doggydoggy0101/feature/outlier-rejection #6

Workflow file for this run

name: check-code
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
check-cpp-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check C++ code formatting
uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third-party'
extensions: 'h,cpp'
clangFormatVersion: '18.1.8'
check-python-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Python code formatting
uses: chartboost/ruff-action@v1
with:
args: format --check