Skip to content

Commit

Permalink
add gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkron committed Aug 7, 2024
1 parent bc5981c commit 4a92735
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ jobs:
node-version: '18.x'
- name: Install dependencies
run: |
cd packages/hardhat
npm install -g bun
bun install
- name: Compile Hardhat project
run: bun hardhat compile
run: |
cd packages/hardhat
bun hardhat compile

0 comments on commit 4a92735

Please sign in to comment.