mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2025-06-07 14:32:41 -04:00
replace nginx lint workflow
This commit is contained in:
parent
8b4e119821
commit
c4cceaaf24
2 changed files with 8 additions and 6 deletions
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…
Add table
Add a link
Reference in a new issue