Skip to content

feat: add grafana dashboard info to index page #31

feat: add grafana dashboard info to index page

feat: add grafana dashboard info to index page #31

Workflow file for this run

name: Commit
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
build:
name: Lint commits
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run base workflow
uses: ./.github/actions/base
with:
go-version: '1.23'