mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-02-22 15:49:50 -05:00
replace nginx lint workflow
This commit is contained in:
parent
8b4e119821
commit
c4cceaaf24
12
.github/workflows/nginx.yml
vendored
12
.github/workflows/nginx.yml
vendored
@ -8,9 +8,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-python@v2
|
||||||
- run: sudo apt-get update
|
with:
|
||||||
- run: sudo apt-get -y install python3-pip python3-setuptools
|
python-version: '3.9'
|
||||||
- run: pip3 install wheel
|
cache: 'pip'
|
||||||
- run: pip3 install gixy
|
- run: pip install -r requirements.txt
|
||||||
- run: ~/.local/bin/gixy nginx/nginx.conf
|
- run: gixy nginx/nginx.conf
|
||||||
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
gixy==0.1.20
|
||||||
|
pyparsing==2.4.7
|
Loading…
x
Reference in New Issue
Block a user