Skip to content

Fixing group replication member table + adding validator for hostname… #79

Fixing group replication member table + adding validator for hostname…

Fixing group replication member table + adding validator for hostname… #79

Workflow file for this run

name: main
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version-file: pyproject.toml
cache: poetry
- run: poetry install
- run: poetry build