Skip to content

Commit

Permalink
Merge pull request #166 from diberry/diberry/0821-workflow-async-iter…
Browse files Browse the repository at this point in the history
…ators

Workflow - async iterators
  • Loading branch information
glaucia86 authored Aug 21, 2024
2 parents 9da718c + b59b7c1 commit 30cf0d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,12 @@ jobs:
cd nodejs-route
npm install
npm run format
npm run lint
- name: Docs - async iterators
# In JS Dev Center
run: |
cd async-iterators
npm install
npm run format
npm run lint

0 comments on commit 30cf0d9

Please sign in to comment.