Skip to content

Commit 524f41b

Browse files
Merge pull request #90 from Workiva/batch/no_entrypoint_imports/react_testing_library
no_entrypoint_imports
2 parents f0c41be + 0dfbfd8 commit 524f41b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ on:
1111

1212
jobs:
1313
checks:
14-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
14+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
1515
with:
1616
format-check: false
17+
additional-checks: |
18+
no_entrypoint_imports
1719
1820
build:
19-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
21+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
2022

2123
format:
2224
runs-on: ubuntu-latest

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ permissions:
1212

1313
jobs:
1414
publish:
15-
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
15+
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# React Testing Library Changelog
22

3+
## 3.1.2
4+
* [#90](https://github.com/Workiva/react_testing_library/pull/90) Add no_entrypoint_imports to CI
5+
36
## 3.1.1
47
* [#89](https://github.com/Workiva/react_testing_library/pull/89) Escape special characters in ids in `hasDescription` matcher
58

0 commit comments

Comments
 (0)