mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Added shellcheck to test-everything
This commit is contained in:
		@@ -1,3 +1,4 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
cd "$(dirname "$(readlink -f "${0}")")/" &&
 | 
			
		||||
cd "$(dirname "$(readlink -f "${0}")")/" || exit 1
 | 
			
		||||
echo "Run shellcheck..."
 | 
			
		||||
shellcheck ./*.sh
 | 
			
		||||
 
 | 
			
		||||
@@ -4,3 +4,4 @@ bash ./clear.sh &&
 | 
			
		||||
bash ./schema-validate.sh &&
 | 
			
		||||
bash ./test.sh &&
 | 
			
		||||
bash ./test-code-format.sh
 | 
			
		||||
bash ./shellcheck.sh
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user