Skip to content

feat: add solutions to lcci problem: No.05.08 (#2672) #4591

feat: add solutions to lcci problem: No.05.08 (#2672)

feat: add solutions to lcci problem: No.05.08 (#2672) #4591

name: clang-format-linter
on:
push: {}
pull_request: {}
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