2021-09-15 01:31:21 +02:00
|
|
|
# https://docs.github.com/actions
|
2021-09-14 23:53:07 +02:00
|
|
|
|
|
|
|
name: Lint
|
|
|
|
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2022-03-02 00:03:04 +01:00
|
|
|
- uses: actions/checkout@v3
|
2021-09-14 23:53:07 +02:00
|
|
|
|
|
|
|
- name: Lint configuration using Gixy
|
|
|
|
uses: docker://yandex/gixy:latest
|
|
|
|
with:
|
|
|
|
args: /github/workspace/nginx.conf
|