Skip to content

Adds helm install command util #23

Adds helm install command util

Adds helm install command util #23

Workflow file for this run

name: Tests
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install tox
run: sudo apt-get install -y tox
- name: Run Tox
run: tox -c tox.ini