File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4949check_name : Luacheck Report 
5050        comment_mode : always 
5151        action_fail : false 
52+         fail_on : ' nothing' #  Explicitly don't fail reporting check based on test results
5253
5354
Original file line number Diff line number Diff line change 3232      continue-on-error : true 
3333      with :
3434        token : ${{ inputs.token }} 
35-         args : --manifest-path ${{ steps.meta.outputs.manifest_path }} -- -W clippy::correctness -W clippy::cargo -W clippy::pedantic 
35+         #  Explicitly report all findings as warnings to not fail the reporiting status check
36+         args : --manifest-path ${{ steps.meta.outputs.manifest_path }} -- -W clippy::correctness -W clippy::cargo -W clippy::suspicious -W clippy::style 
3637        name : Rust Clippy Report 
3738
3839    #  - uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments