Skip to content

fix: prometheus health check #4

fix: prometheus health check

fix: prometheus health check #4

Workflow file for this run

name: Ansible
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/ansible-lint@v6
# TODO: add build, test, ut, docs, ...