Skip to content

Commit

Permalink
ci: add install deps step
Browse files Browse the repository at this point in the history
  • Loading branch information
fiqryq committed May 18, 2024
1 parent 70e5870 commit 37b74e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: npm install

- name: Use RebotAI action
uses: fiqryq/rebotai@v1.0.4
with:
Expand Down

0 comments on commit 37b74e9

Please sign in to comment.