Skip to content

Commit c2c5c75

Browse files
committed
Run a11y vrt CI on storybook changes
1 parent e5cab3a commit c2c5c75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-a11y-vrt-experimental.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths:
99
- 'polaris-react/src/**'
1010
- 'polaris-react/playground/**'
11+
- 'polaris-react/.storybook/**'
1112
- 'polaris-tokens/src/**'
1213
pull_request:
1314
paths:
1415
- 'polaris-react/src/**'
1516
- 'polaris-react/playground/**'
17+
- 'polaris-react/.storybook/**'
1618
- 'polaris-tokens/src/**'
1719

1820
jobs:

polaris-react/src/components/EmptyState/EmptyState.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export function EmptyState({
9898
const childrenMarkup = children ? (
9999
<Text as="span" alignment="center" variant="bodySm">
100100
{children}
101-
{heading}
102101
</Text>
103102
) : null;
104103

0 commit comments

Comments
 (0)