Skip to content

Commit b254b00

Browse files
committed
ci(web): add job to validate nginx config
1 parent f9c7df1 commit b254b00

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-web.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
on:
22
workflow_call:
33
jobs:
4+
nginx-config-validation:
5+
name: nginx-config-validation
6+
runs-on: ubuntu-latest
7+
with:
8+
template_directory: docker
9+
template_values: '{"PORT": 8080, "REAL_IP_HEADER": "X-Forwarded-For"}'
10+
working_directory: web
411
ci:
512
name: ci
613
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)