Skip to content

chore: configure PMD #3082

chore: configure PMD

chore: configure PMD #3082

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: './src'
extensions: 'java'
clangFormatVersion: 16