mirror of
				https://github.com/ciphervance/supercell-wx.git
				synced 2025-11-04 06:00:05 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			406 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			406 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: Post clang-tidy Review Comments
 | 
						|
 | 
						|
on:
 | 
						|
  workflow_run:
 | 
						|
    workflows: ["clang-tidy-review"]
 | 
						|
    types:
 | 
						|
      - completed
 | 
						|
 | 
						|
jobs:
 | 
						|
  build:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
 | 
						|
    steps:
 | 
						|
      - name: Post Comments
 | 
						|
        uses: ZedThree/clang-tidy-review/post@v0.20.1
 | 
						|
        with:
 | 
						|
          lgtm_comment_body: ''
 | 
						|
          annotations: false
 | 
						|
          max_comments: 25
 | 
						|
          num_comments_as_exitcode: false
 |