Skip to content

Bump nginx from 1.27.4-alpine-slim@sha256:b05aceb5ec1844435cae920267ff9949887df5b88f70e11d8b2871651a596612 to sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e #61

Bump nginx from 1.27.4-alpine-slim@sha256:b05aceb5ec1844435cae920267ff9949887df5b88f70e11d8b2871651a596612 to sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e

Bump nginx from 1.27.4-alpine-slim@sha256:b05aceb5ec1844435cae920267ff9949887df5b88f70e11d8b2871651a596612 to sha256:5ed8fcc66f4ed123c1b2560ed708dc148755b6e4cbd8b943fab094f2c6bfa91e #61

Workflow file for this run

---
name: Lint
on: pull_request
permissions:
contents: read
pull-requests: write
jobs:
markdown:
name: markdown
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@v19
dockerfile:
name: dockerfile
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
trusted-registries: docker.io,ghcr.io
shell-scripts:
name: shell scripts
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: luizm/action-sh-checker@master
yaml:
name: yaml
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run Yamllint
uses: frenck/action-yamllint@v1.5.0
nginx:
name: nginx configuration
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install gixy
run: pip install gixy
- name: Run gixy
run: find . -name \*.conf.template -print0 | xargs -0 gixy --disable-includes -lll