Skip to content

docs: add contributor starter checklist and good-first-issue template #12504

docs: add contributor starter checklist and good-first-issue template

docs: add contributor starter checklist and good-first-issue template #12504

name: Clang format linter
on:
push: {}
pull_request: {}
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: './src'
extensions: 'java'
clangFormatVersion: 16