shellcheck works now
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				ShellCheck / Shell syntax checker (push) Successful in 15s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	ShellCheck / Shell syntax checker (push) Successful in 15s
				
			This commit is contained in:
		@@ -29,7 +29,7 @@ on:
 | 
				
			|||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  shellcheck:
 | 
					  shellcheck:
 | 
				
			||||||
    name: Shell syntax checker
 | 
					    name: Shell syntax checker
 | 
				
			||||||
    runs-on: ubuntu-24.04
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
    permissions:
 | 
					    permissions:
 | 
				
			||||||
      contents: read
 | 
					      contents: read
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
# NGINX Configs
 | 
					# NGINX Configs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml)
 | 
					[](https://git.conorz.at/titanz/NGINX-Configs/actions?workflow=shellcheck.yml)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
These are my NGINX configurations. They are written for `nginx-core` with `nginx-mod-stream` on Fedora and mainline NGINX on RHEL.
 | 
					These are my NGINX configurations. They are written for `nginx-core` with `nginx-mod-stream` on Fedora and mainline NGINX on RHEL.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user