Skip to content

Commit 5eeb4a7

Browse files
committed
Do not checkout repo in workflow
1 parent c794eed commit 5eeb4a7

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/discussion_comment_bot_response.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ jobs:
3838

3939
# Define the sequence of job steps:
4040
steps:
41-
# Checkout the repository with LFS caching:
42-
- name: 'Checkout repository'
43-
uses: nschloe/action-cached-lfs-checkout@v1
44-
4541
# Run the chatbot action:
4642
- name: 'Run chatbot action'
4743
uses: stdlib-js/stdlib-chat-bot@main

lib/node_modules/@stdlib/string/pascalcase/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ out = pascalcase( 'Hello World!' );
4848

4949
out = pascalcase( '--foo-bar--' );
5050
// returns 'FooBar'
51+
52+
out = pascalcase( 'fooBar' );
53+
// returns 'FooBar'
5154
```
5255

5356
</section>

0 commit comments

Comments
 (0)