8000 Merge pull request #1311 from nevkontakte/gng5 · gopherjs/gopherjs@cfa0783 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Publish canonical app size #581

Publish canonical app size

Publish canonical app size #581

Workflow file for this run

name: Publish canonical app size
on:
workflow_run:
workflows: ["Measure canonical app size"]
types: ["completed"]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: gopherjs/output-size-action/publish@main
with:
report_artifact: size_report
0