mirror of
				https://github.com/ludeeus/action-shellcheck.git
				synced 2025-11-03 19:38:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			190 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM alpine:3.12.0
 | 
						|
 | 
						|
RUN apk add --no-cache shellcheck bash
 | 
						|
 | 
						|
COPY runaction /action/runaction
 | 
						|
COPY .github/problem-matcher.json /problem-matcher.json
 | 
						|
 | 
						|
ENTRYPOINT ["bash", "/action/runaction"] |