File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - uses : actions/checkout@v2
22+ - uses : actions/setup-python@v2
23+ with :
24+ python-version : ' 3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
25+ architecture : ' x64' # optional x64 or x86. Defaults to x64 if not specified
26+ - name : Install dependencies
27+ run : |
28+ python -m pip install --upgrade pip
29+ pip install yamllint
2230 - name : 🧹 YAML Lint
23- uses : ibiqlik/action-yamllint@v3
31+ run : |
32+ yamllint .
Original file line number Diff line number Diff line change 2222 - " http://172.16.238.10:2379"
2323 - " http://172.16.238.11:2379"
2424 - " http://172.16.238.12:2379"
25- resync_delay : 0.1 # sync data from etcd quickly for e2e test
25+ resync_delay : 0.1 # sync data from etcd quickly for e2e test
2626
2727apisix :
2828 id : " apisix-server1"
Original file line number Diff line number Diff line change 2222 - " http://172.16.238.10:2379"
2323 - " http://172.16.238.11:2379"
2424 - " http://172.16.238.12:2379"
25- resync_delay : 0.1 # sync data from etcd quickly for e2e test
25+ resync_delay : 0.1 # sync data from etcd quickly for e2e test
2626
2727apisix :
2828 id : " apisix-server2"
You can’t perform that action at this time.
0 commit comments