Skip to content

feat(adapters): add Prometheus metrics ports to all 58 remaining chai… #7

feat(adapters): add Prometheus metrics ports to all 58 remaining chai…

feat(adapters): add Prometheus metrics ports to all 58 remaining chai… #7

Workflow file for this run

name: Helm
on:
push:
pull_request:
jobs:
helm:
name: Run on Ubuntu
runs-on: ubuntu-latest
steps:
- name: Clone the code
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Run helm lint
run: helm lint charts/blockchain-node-operator
- name: Run helm template
run: helm template blockchain-node-operator charts/blockchain-node-operator