Compare commits
	
		
			2 commits
		
	
	
		
			250536d8a2
			...
			5aa2580ef7
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5aa2580ef7 | |||
| a5a61dc6e8 | 
					 2 changed files with 5 additions and 3 deletions
				
			
		|  | @ -14,7 +14,8 @@ steps: | ||||||
|     group: lint |     group: lint | ||||||
| 
 | 
 | ||||||
|   shellcheck: |   shellcheck: | ||||||
|     image: koalaman/shellcheck-alpine |     image: registry.gitlab.com/pipeline-components/shellcheck | ||||||
|  |     group: lint | ||||||
|     commands: |     commands: | ||||||
|       - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck |       - find . -name .git -type d -prune -o -type f -name \*.sh -print0 | xargs -0 -r -n1 shellcheck -e SC2015 | ||||||
| ... | ... | ||||||
|  |  | ||||||
|  | @ -21,10 +21,11 @@ apt-get update  \ | ||||||
| 		command-not-found  \ | 		command-not-found  \ | ||||||
| 		curl  \ | 		curl  \ | ||||||
| 		elinks  \ | 		elinks  \ | ||||||
| 		exa  \ | 		eza  \ | ||||||
| 		fd-find  \ | 		fd-find  \ | ||||||
| 		fzf  \ | 		fzf  \ | ||||||
| 		git  \ | 		git  \ | ||||||
|  | 		git-delta  \ | ||||||
| 		glances  \ | 		glances  \ | ||||||
| 		highlight  \ | 		highlight  \ | ||||||
| 		htop  \ | 		htop  \ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue