Skip to content

Add pylint configuration, fix linting issues, and update CI pipeline for Python #6

Add pylint configuration, fix linting issues, and update CI pipeline for Python

Add pylint configuration, fix linting issues, and update CI pipeline for Python #6

name: Run clang-format Linter
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: "."
exclude: "./lib"
extensions: "h,cpp,c"
clangFormatVersion: 18
inplace: True
- uses: EndBug/add-and-commit@v9
with:
author_name: Clang Robot
author_email: [email protected]
message: "Committing clang-format changes"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}