From 4c73e73f49f4a385ea59c8c87ecc2f5bd966028f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Tue, 14 Sep 2021 23:53:07 +0200 Subject: [PATCH] Lint using Gixy Closes #285 --- .github/workflows/lint.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml new file mode 100644 index 0000000..14428f1 --- /dev/null +++ b/.github/workflows/lint.yml @@ -0,0 +1,16 @@ +# https://help.github.com/actions + +name: Lint + +on: [push, pull_request] + +jobs: + check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2.3.4 + + - name: Lint configuration using Gixy + uses: docker://yandex/gixy:latest + with: + args: /github/workspace/nginx.conf