Skip to content

FIX: test environment cannot connect to ES #100

FIX: test environment cannot connect to ES

FIX: test environment cannot connect to ES #100

Workflow file for this run

name: Lint checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: Lint
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run lint checks
run: make lint