diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/nginx.yml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml deleted file mode 100644 index e8fa2cf9..00000000 --- a/.github/workflows/nginx.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Lint nginx configuration - -on: [pull_request, push] - -jobs: - static: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - run: sudo apt-get update - - run: sudo apt-get -y install python3-pip python3-setuptools - - run: pip3 install wheel - - run: pip3 install gixy - - run: ~/.local/bin/gixy nginx/nginx.conf |
