Skip to content

#133 refactor lexer #233

#133 refactor lexer

#133 refactor lexer #233

name: Clang_Format_Check
on:
push:
branches:
- develop
- main
- release/*
pull_request:
workflow_dispatch:
concurrency:
group: ${{github.workflow}}-${{github.ref || github.run_id}}
cancel-in-progress: true
jobs:
format-check:
timeout-minutes: 10
runs-on: ubuntu-latest
strategy:
matrix:
path:
- include/fkYAML
- test/unit_test
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: ${{matrix.path}}