Skip to content

[Algorithms] Add clustering algorithms #111

[Algorithms] Add clustering algorithms

[Algorithms] Add clustering algorithms #111

Workflow file for this run

name: Run Linter
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
clang-format:
name: Run clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: 18
check-path: '.'
fallback-style: 'Google'
include-regex: '^.*\.((((c|C)(c|pp|xx|\+\+)?$)|((h|H)h?(pp|xx|\+\+)?$))|(ino|pde|proto|cs|cu))$'