diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2023-04-24 12:24:50 +0200 |
---|---|---|
committer | Philip Herron <philip.herron@embecosm.com> | 2023-04-25 20:57:18 +0000 |
commit | 68df05cf10e131e99a09f586fa770754ec6e5164 (patch) | |
tree | 6d196cff28cd533cc444901d1ee329286457fde7 | |
parent | 125c236e2a7ab4550f40a15e65569ab2447b8c76 (diff) | |
download | gcc-68df05cf10e131e99a09f586fa770754ec6e5164.zip gcc-68df05cf10e131e99a09f586fa770754ec6e5164.tar.gz gcc-68df05cf10e131e99a09f586fa770754ec6e5164.tar.bz2 |
ci: Add libgrust to clang-format checker
Add the libgrust directory to the clang-format github action.
ChangeLog:
* .github/workflows/clang-format.yml: Add libgrust directory.
Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
-rw-r--r-- | .github/workflows/clang-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b0cb341..ec8b742 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,6 +21,6 @@ jobs: - name: Check clang-format uses: DoozyX/clang-format-lint-action@v0.11 with: - source: 'gcc/rust/' + source: 'gcc/rust/ libgrust/' extensions: 'h,cc' clangFormatVersion: 10 |