Skip to content

Commit 7ec289f

Browse files
committed
temp: add explain
1 parent 9d626d7 commit 7ec289f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ jobs:
8181
run: npm run check-ci -- --stream --since ${SINCE_REF} --exclude-dependents
8282
shell: bash
8383

84+
# temporary check
85+
- name: Check saslprep
86+
run: npm explain @mongodb-js/saslprep
87+
shell: bash
88+
8489
- name: Run Tests
8590
run: npm run test-ci -- --stream --since ${SINCE_REF}
8691
shell: bash

0 commit comments

Comments
 (0)