File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,12 @@ jobs:
3737            libraries/examples/** 
3838            libraries/extras/** 
3939            libraries/ea_malloc/** 
40-            json : true 
41-           safe_output : false 
40+            matrix : true 
4241      - name : List changed files 
4342        if : steps.changed-files.outputs.any_changed == 'true' 
4443        env :
45-           #            ALL_CHANGED_FILES: ${{ fvormat ('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }}
46-           ALL_CHANGED_FILES : ${{ steps.changed-files.outputs.all_changed_files }} 
44+           ALL_CHANGED_FILES : ${{ format ('"{0}"', join(fromJson(steps.changed-files.outputs.all_changed_files),'" "')) }} 
45+           # ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
4746        run : | 
4847          echo "Changed files: $ALL_CHANGED_FILES" 
4948       - name : Run clang-format check 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments