Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 6cc7b6d

Browse files
committed
Add check
1 parent c76d7a4 commit 6cc7b6d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/checksize.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,12 @@ jobs:
1313
run: docker build . --file Dockerfile.dummy --build-arg NF_IMAGE_VERSION=$GITHUB_SHA -t netlify/build:$GITHUB_SHA
1414
- name: Check image size
1515
run: docker image inspect netlify/build:$GITHUB_SHA --format='{{.Size}}'
16+
id: size
17+
- uses: LouisBrunner/checks-action@v1.1.1
18+
if: always()
19+
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
name: Test XYZ
22+
conclusion: ${{ job.status }}
23+
output: |
24+
{"summary":${{ steps.size.outputs.summary }}}

0 commit comments

Comments
 (0)