Skip to content

Merge pull request #12 from XYenChi/fix-prefix #5

Merge pull request #12 from XYenChi/fix-prefix

Merge pull request #12 from XYenChi/fix-prefix #5

Workflow file for this run

name: Run clang-format Linter
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 12
inplace: True
- uses: EndBug/add-and-commit@v4
with:
author_name: Clang Robot
author_email: [email protected]
message: '[NFC] Auto-commit clang-format from github action'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}