Skip to content

feat: rebuild plugin from scratch with latest Grafana SDK (V2) #1

feat: rebuild plugin from scratch with latest Grafana SDK (V2)

feat: rebuild plugin from scratch with latest Grafana SDK (V2) #1

Workflow file for this run

name: Bundle Stats
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: write
pull-requests: write
actions: read
jobs:
compare:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2