Skip to content

feat: add Prometheus metrics, Kubernetes events, and monitoring config for SeiNode/SeiNodeGroup #161

feat: add Prometheus metrics, Kubernetes events, and monitoring config for SeiNode/SeiNodeGroup

feat: add Prometheus metrics, Kubernetes events, and monitoring config for SeiNode/SeiNodeGroup #161

Workflow file for this run

name: CI
on:
push:
branches: ["*"]
pull_request:
branches: ["*"]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@v8
with:
version: v2.8.0
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test