mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-12-21 13:45:15 -05:00
17 lines
319 B
YAML
17 lines
319 B
YAML
name: Lint nginx configuration
|
|
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
static:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- uses: actions/setup-python@v2
|
|
with:
|
|
python-version: '3.10'
|
|
cache: pip
|
|
- run: pip install -r requirements.txt
|
|
- run: gixy nginx/nginx.conf
|