Skip to content

More UI/improvements #45

More UI/improvements

More UI/improvements #45

Workflow file for this run

# GitHub Actions workflow for validating NGINX configuration files
# https://github.com/jhinch/nginx-linter
name: Lint NGINX config files
on:
pull_request:
push:
branches:
- main
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install nginx-linter
run: npm install -g nginx-linter
- name: Run nginx linter
run: nginx-linter --include config/nginx/* --no-follow-includes