Skip to content

Bump elasticsearch from 8.10.1 to 8.11.1 #490

Bump elasticsearch from 8.10.1 to 8.11.1

Bump elasticsearch from 8.10.1 to 8.11.1 #490

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.2
with:
pipenv-install-options: "--skip-lock"
ruff: true
black: true
mypy: true
rstcheck: true