shellcheck works now
All checks were successful
ShellCheck / Shell syntax checker (push) Successful in 15s

This commit is contained in:
titanz 2025-01-12 22:43:42 +01:00
parent 89899eb577
commit 806ba4f78f
Signed by: titanz
GPG Key ID: EABC72179C71D4F5
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,6 +1,6 @@
# 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) [![ShellCheck](https://git.conorz.at/titanz/NGINX-Configs/actions/workflows/shellcheck.yml/badge.svg)](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.