matrix.grapheneos.org/.github/workflows/nginx.yml

17 lines
358 B
YAML
Raw Normal View History

name: Lint nginx configuration
on: [pull_request, push]
jobs:
static:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
2021-11-26 01:35:06 +00:00
with:
2023-06-11 01:19:46 +00:00
python-version: '3.11'
2021-12-14 23:36:14 +00:00
cache: pip
- run: 'pip install --require-hashes --only-binary :all: -r requirements.txt'
2021-11-26 01:35:06 +00:00
- run: gixy nginx/nginx.conf