Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
theballaam96 committed Jan 8, 2024
1 parent e7dda48 commit 5d7e466
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pull-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ jobs:
node-version: 14

- name: Install project dependencies
run: npm install
run: npm install @actions/core
run: npm install @actions/github
run: npm install axios
run: |
npm install
npm install @actions/core
npm install @actions/github
npm install axios
- name: Analyze Pull Request
run: node .github/scripts/pr-analyzer.js
Expand Down

0 comments on commit 5d7e466

Please sign in to comment.