syd.ns1: use 2x prepend for GTT as intended #812
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Lint nginx configuration | |
| on: [pull_request, push] | |
| jobs: | |
| static: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v6 | |
| - uses: actions/setup-python@v6 | |
| with: | |
| python-version: '3.13' | |
| cache: pip | |
| - run: 'pip install --require-hashes --only-binary :all: -r requirements.txt' | |
| - run: gixy nginx/nginx.conf |