Skip to content

Commit b8ff1e5

Browse files
committed
Initialize development environment and update PR body
Initializing the development environment enables linting of committed files.
1 parent c89b227 commit b8ff1e5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/repl_docs.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
make install-node-modules || make install-node-modules || make install-node-modules
7878
timeout-minutes: 15
7979

80+
# Initialize development environment:
81+
- name: 'Initialize development environment'
82+
run: |
83+
make init
84+
timeout-minutes: 5
85+
8086
# Update REPL documentation:
8187
- name: 'Update documentation'
8288
run: |
@@ -92,10 +98,6 @@ jobs:
9298
9399
- updates the REPL namespace
94100
95-
* * *
96-
97-
@stdlib-js/reviewers
98-
99101
commit-message: 'Update REPL namespace'
100102
committer: 'stdlib-bot <[email protected]>'
101103
labels: |

0 commit comments

Comments
 (0)