2020-05-14 17:45:36 +00:00
|
|
|
name: Ember Asset Sizes
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
paths:
|
|
|
|
- 'ui/**'
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
steps:
|
2023-05-17 14:38:10 +00:00
|
|
|
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
2020-05-14 17:45:36 +00:00
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
- name: Use Node.js
|
2023-05-17 14:38:10 +00:00
|
|
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
2020-05-14 17:45:36 +00:00
|
|
|
with:
|
2022-05-05 20:05:13 +00:00
|
|
|
node-version: '14'
|
2023-05-17 14:38:10 +00:00
|
|
|
- uses: backspace/ember-asset-size-action@edit-comment # TSCCR: no entry for repository "backspace/ember-asset-size-action"
|
2020-05-14 17:45:36 +00:00
|
|
|
with:
|
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
|
|
working-directory: "ui"
|