This commit is contained in:
		
							
								
								
									
										39
									
								
								.github/workflows/shellcheck.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										39
									
								
								.github/workflows/shellcheck.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,39 +0,0 @@
 | 
				
			|||||||
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: Shell syntax checker
 | 
					 | 
				
			||||||
    runs-on: ubuntu-24.04
 | 
					 | 
				
			||||||
    permissions:
 | 
					 | 
				
			||||||
      contents: read
 | 
					 | 
				
			||||||
    steps:
 | 
					 | 
				
			||||||
      - name: Checkout code
 | 
					 | 
				
			||||||
        uses: actions/checkout@v4
 | 
					 | 
				
			||||||
      - name: Run ShellCheck
 | 
					 | 
				
			||||||
        uses: ludeeus/action-shellcheck@master
 | 
					 | 
				
			||||||
@@ -1,5 +1,7 @@
 | 
				
			|||||||
# NGINX Configs
 | 
					# NGINX Configs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[![ShellCheck]https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml/badge.svg)](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Getting Started
 | 
					## Getting Started
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user