Skip to content

fix(instance): add possibility to choose serverState to list #30

fix(instance): add possibility to choose serverState to list

fix(instance): add possibility to choose serverState to list #30

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: ""