mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-03 18:49:02 +01:00 
			
		
		
		
	Remove formatting bot workflow (#1274)
This commit is contained in:
		
							parent
							
								
									e3a0e3e86a
								
							
						
					
					
						commit
						03dc002c9b
					
				
							
								
								
									
										26
									
								
								.github/workflows/formatting.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										26
									
								
								.github/workflows/formatting.yml
									
									
									
									
										vendored
									
									
								
							@ -1,26 +0,0 @@
 | 
			
		||||
name: Format Pull Request Files
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  issue_comment:
 | 
			
		||||
    types: [created]
 | 
			
		||||
 | 
			
		||||
env:
 | 
			
		||||
  bashPass: \033[32;1mPASSED -
 | 
			
		||||
  bashInfo: \033[33;1mINFO -
 | 
			
		||||
  bashFail: \033[31;1mFAILED -
 | 
			
		||||
  bashEnd:  \033[0m
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  Formatting:
 | 
			
		||||
    name: Run Formatting Check
 | 
			
		||||
    if: ${{ github.event.issue.pull_request &&
 | 
			
		||||
        ( ( github.event.comment.body == '/bot run uncrustify' ) ||
 | 
			
		||||
          ( github.event.comment.body == '/bot run formatting' ) ) }}
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Apply Formatting Fix
 | 
			
		||||
      id: check-formatting
 | 
			
		||||
      uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
 | 
			
		||||
      with:
 | 
			
		||||
        exclude-dirs: portable
 | 
			
		||||
          
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user