workflows: fix formatter

This commit is contained in:
Vasily Davydov
2022-09-14 14:22:23 +03:00
parent 8e08dccdb8
commit fa92cf8a88

11
.github/workflows/formatter.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
on: push
name: clang-format Code Formatter
jobs:
lint:
name: clang-format Code Formatter
runs-on: ubuntu-latest
steps:
- name: Clang Code Formatter
uses: ivanludvig/clang-format-action@v1.4
env:
GITHUB_TOKEN: ${ { secrets.GITHUB_TOKEN } }