Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:

jobs:
checks:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
with:
format-check: false
additional-checks: |
no_entrypoint_imports

build:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11

format:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ permissions:

jobs:
publish:
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].7
uses: Workiva/gha-dart-oss/.github/workflows/[email protected].11
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# React Testing Library Changelog

## 3.1.2
* [#91](https://github.com/Workiva/react_testing_library/pull/91) Add no_entrypoint_imports to CI

## 3.1.1
* [#89](https://github.com/Workiva/react_testing_library/pull/89) Escape special characters in ids in `hasDescription` matcher

Expand Down