Skip to content

Update README.md

Update README.md #42

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@v18
dockerfile:
name: dockerfile
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
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/[email protected]
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