Skip to content

fix: add support for block 5k,15k in k8s pool and update_pool method #38

fix: add support for block 5k,15k in k8s pool and update_pool method

fix: add support for block 5k,15k in k8s pool and update_pool method #38

Workflow file for this run

name: ansible-lint
on:
pull_request:
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
# optional (see below):
with:
args: ""
setup_python: "true"
working_directory: ""
requirements_file: ""