Skip to content

Merge branch 'main' into feature/lc-2657 #684

Merge branch 'main' into feature/lc-2657

Merge branch 'main' into feature/lc-2657 #684

name: clang-format-linter
on:
push:
paths:
- solution/**
- lcs/**
- lcp/**
- lcof2/**
- lcof/**
- lcci/**
- basic/**
pull_request:
paths:
- solution/**
- lcs/**
- lcp/**
- lcof2/**
- lcof/**
- lcci/**
- basic/**
concurrency:
group: ${{github.workflow}} - ${{github.ref}}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: '.'
extensions: 'c,cpp,java'
clangFormatVersion: 16