mirror of
				https://github.com/masonr/yet-another-bench-script.git
				synced 2025-10-31 05:46:16 +00:00 
			
		
		
		
	👷 Add ShellCheck workflow (#77)
Co-authored-by: Rychart Redwerkz <redwerkz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | name: CI 🤖 | ||||||
|  |  | ||||||
|  | on: | ||||||
|  |   push: | ||||||
|  |     branches: | ||||||
|  |       - main | ||||||
|  |  | ||||||
|  | jobs: | ||||||
|  |   shellcheck: | ||||||
|  |     name: Shellcheck 🐚 | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: Checkout repository 📥 | ||||||
|  |         uses: actions/checkout@v4 | ||||||
|  |  | ||||||
|  |       - name: Run ShellCheck ✅ | ||||||
|  |         uses: ludeeus/action-shellcheck@2.0.0 | ||||||
		Reference in New Issue
	
	Block a user