Skip to content

Bump codecov/codecov-action from 5.0.2 to 5.0.7 #150

Bump codecov/codecov-action from 5.0.2 to 5.0.7

Bump codecov/codecov-action from 5.0.2 to 5.0.7 #150

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'benchmark'
- 'examples'
- 'include/CXXGraph'
- 'test'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}