Skip to content

Feature/auto select qtmtd #4497

Feature/auto select qtmtd

Feature/auto select qtmtd #4497

Workflow file for this run

name: code-format
on: [push, pull_request, pull_request_target]
jobs:
code-format:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: apt
run: |
sudo apt-get update
sudo apt-get install -y clang-format-11
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-11 110
- name: code-format
run: |
export CLANG_FORMAT_LLVM_INSTALL_DIR=/usr
bash tools/clang-format.sh
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: apply code-format changes