Skip to content

Commit

Permalink
ci: remove dev action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Mar 29, 2024
1 parent 6d520d7 commit e11757e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/issue_comment.validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
comment_id: context.payload.comment.id,
content: 'eyes'
});
- name: ⬇️ Set up code
uses: actions/checkout@v4
with:
show-progress: false
- name: 📥 Download dependencies
run: npm ci
- name: 🏗 Run build command
run: npm run build
- name: 🧪 Test addresses
uses: agrc/validate-address-action@v1
with:
Expand Down

0 comments on commit e11757e

Please sign in to comment.