Skip to content

moving inline styling to css file #7

moving inline styling to css file

moving inline styling to css file #7

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@v5
with:
persist-credentials: false
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2