Skip to content

Edit "inplace" argument #8

Edit "inplace" argument

Edit "inplace" argument #8

Workflow file for this run

name: Clang format
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Python UTF-8 encoding
run: export PYTHONIOENCODING=utf-8
- uses: DoozyX/[email protected]
with:
source: '.'
exclude: './third_party ./external'
extensions: 'h,cpp'
clangFormatVersion: 17
style: google
inplace: False
env:
PYTHONIOENCODING: utf-8
- 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 }}