Skip to content

Commit

Permalink
add build during ci
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 26, 2024
1 parent f0a33b7 commit 607f1f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: npm install and build
run: |
npm ci
npm run build
- name: Approve Pull Request
uses: ./
with:
Expand Down

0 comments on commit 607f1f4

Please sign in to comment.