You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
477 B
27 lines
477 B
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@v4 |
|
with: |
|
persist-credentials: false |
|
|
|
- uses: grafana/plugin-actions/bundle-size@main # zizmor: ignore[unpinned-uses] provided by grafana
|
|
|