summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-11-25 18:23:14 -0500
committerDaniel Micay <danielmicay@gmail.com>2021-11-25 18:24:14 -0500
commitbbd8299148c3ab34db45a21f5f34894b0d49a56a (patch)
tree77a56bdf1aa25c159a08eec01876b011eb94665d /.github
parentd1d70d63b20b0556566decdcd27739d659cd6679 (diff)
drop nginx lint GitHub Actions workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nginx.yml16
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