mirror of
				https://github.com/ludeeus/action-shellcheck.git
				synced 2025-11-04 11:58:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			139 B
		
	
	
	
		
			HCL
		
	
	
	
	
	
workflow "Trigger: Push" {
 | 
						|
  on = "push"
 | 
						|
  resolves = ["Shellcheck"]
 | 
						|
}
 | 
						|
 | 
						|
action "Shellcheck" {
 | 
						|
  uses = "ludeeus/action-shellcheck@master"
 | 
						|
} |