Skip to content

Convert foldername as lowercase. #2

Convert foldername as lowercase.

Convert foldername as lowercase. #2

Workflow file for this run

name: clang-format
on:
pull_request:
branches: ["*"]
paths:
["**.c", "**.cpp", "**.h", "**.hpp", "**.cxx", "**.hxx", "**.cc", "**.hh"]
push:
branches: ["*"]
paths:
["**.c", "**.cpp", "**.h", "**.hpp", "**.cxx", "**.hxx", "**.cc", "**.hh"]
jobs:
clang-format:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- "src"
- "include"
steps:
- uses: actions/checkout@v4
- uses: jidicula/[email protected]
with:
clang-format-version: "14"
check-path: ${{ matrix.path }}