37
									
								
								.github/workflows/shellcheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										37
									
								
								.github/workflows/shellcheck.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,37 @@
 | 
				
			|||||||
 | 
					name: ShellCheck
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  workflow_dispatch:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches:
 | 
				
			||||||
 | 
					      - master
 | 
				
			||||||
 | 
					      - main
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**.gitignore'
 | 
				
			||||||
 | 
					      - '**.md'
 | 
				
			||||||
 | 
					      - 'LICENSE'
 | 
				
			||||||
 | 
					      - '**.conf'
 | 
				
			||||||
 | 
					      - '**.service'
 | 
				
			||||||
 | 
					      - '**.timer'
 | 
				
			||||||
 | 
					      - '**.path'
 | 
				
			||||||
 | 
					      - '**.list'
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    paths-ignore:
 | 
				
			||||||
 | 
					      - '**.gitignore'
 | 
				
			||||||
 | 
					      - '**.md'
 | 
				
			||||||
 | 
					      - 'LICENSE'
 | 
				
			||||||
 | 
					      - '**.conf'
 | 
				
			||||||
 | 
					      - '**.service'
 | 
				
			||||||
 | 
					      - '**.timer'
 | 
				
			||||||
 | 
					      - '**.path'
 | 
				
			||||||
 | 
					      - '**.list'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  shellcheck:
 | 
				
			||||||
 | 
					    name: Bash syntax checker
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      - name: Checkout code
 | 
				
			||||||
 | 
					        uses: actions/checkout@v4
 | 
				
			||||||
 | 
					      - name: Run ShellCheck
 | 
				
			||||||
 | 
					        uses: ludeeus/action-shellcheck@master
 | 
				
			||||||
@@ -1,5 +1,7 @@
 | 
				
			|||||||
# NGINX Configs
 | 
					# NGINX Configs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[](https://github.com/TommyTran732/Linux-Setup-Scripts/actions/workflows/shellcheck.yml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
These are my NGINX configurations. They are written for Fedora CoreOS's NGINX build with `nginx-mod-stream`.
 | 
					These are my NGINX configurations. They are written for Fedora CoreOS's NGINX build with `nginx-mod-stream`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Getting Started
 | 
					## Getting Started
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user