mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2024-10-01 04:45:34 -04:00
17 lines
358 B
YAML
17 lines
358 B
YAML
name: Lint nginx configuration
|
|
|
|
on: [pull_request, push]
|
|
|
|
jobs:
|
|
static:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: actions/setup-python@v4
|
|
with:
|
|
python-version: '3.11'
|
|
cache: pip
|
|
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
|
|
- run: gixy nginx/nginx.conf
|