Replace elastic maintainers with Rushi (#49)
Rushi is added as temporary maintainer for now. Should ideally be replaced with an email list Also removed doc requirements, doc job, and updated description to mention 'low-level' client explicitly Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
@@ -19,21 +19,6 @@ jobs:
|
||||
- name: Lint the code
|
||||
run: nox -s lint
|
||||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v1
|
||||
- name: Set up Python 3.7
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python3.7 -m pip install nox
|
||||
- name: Build the docs
|
||||
run: nox -s docs
|
||||
|
||||
test-linux:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user