Skip to content

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

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

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

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
- name: Configure git for SSH->HTTPS
run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2