[gcc/devel/rust/master] ci: Add libgrust to clang-format checker

Thomas Schwinge tschwinge@gcc.gnu.org
Tue May 2 07:09:52 GMT 2023


https://gcc.gnu.org/g:68df05cf10e131e99a09f586fa770754ec6e5164

commit 68df05cf10e131e99a09f586fa770754ec6e5164
Author: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Date:   Mon Apr 24 12:24:50 2023 +0200

    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>

Diff:
---
 .github/workflows/clang-format.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml
index b0cb341e302..ec8b7429ffd 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


More information about the Gcc-cvs mailing list