Skip to content

[ISV-5402] Export prometheus metrics for operator pipeline. #21

[ISV-5402] Export prometheus metrics for operator pipeline.

[ISV-5402] Export prometheus metrics for operator pipeline. #21

Workflow file for this run

---
name: validation
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
tox:
name: Run unit tests and linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: fedora-python/[email protected]
with:
tox_env: mypy,black,pylint,yamllint,bandit,safety