Skip to content

New Link: "Try" (out the framework) #933

New Link: "Try" (out the framework)

New Link: "Try" (out the framework) #933

Workflow file for this run

name: Ember Asset Sizes
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: mainmatter/ember-asset-size-action@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"