Skip to content

Commit

Permalink
Update storybook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
54nd10 committed Jan 5, 2024
1 parent e6cfadf commit f2c90d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ jobs:
- name: Check for missing stories
id: check
run: echo "::set-output name=summary::$(npx tsx apps/www/scripts/storybook-checker.ts)"
- uses: buildingcash/json-to-markdown-table-action@v1
id: table
with:
json: ${{ steps.check.outputs.summary }}
- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
${{steps.check.outputs.summary}}
${{steps.table.outputs.table}}

0 comments on commit f2c90d2

Please sign in to comment.