Skip to content

Commit

Permalink
fix(ci/cd): format
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Dec 9, 2024
1 parent befb100 commit 3ff7014
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,21 @@ jobs:
cp node_modules/@rhinestone/modulekit/remappings.txt remappings.txt
forge build
- name: Run via-ir test
run: |
mkdir test-via-ir
cd test-via-ir
pnpm init
pnpm install "../${{ env.package }}" --shamefully-hoist
mkdir -p src
echo 'import "modulekit/ModuleKit.sol";' > src/TestImport.sol
echo '[profile.default]
evm_version = "cancun"
src = "src"
out = "out"
libs = ["node_modules"]' > foundry.toml
cp node_modules/@rhinestone/modulekit/remappings.txt remappings.txt
forge build --via-ir
- name: Run via-ir test
run: |
mkdir test-via-ir
cd test-via-ir
pnpm init
pnpm install "../${{ env.package }}" --shamefully-hoist
mkdir -p src
echo 'import "modulekit/ModuleKit.sol";' > src/TestImport.sol
echo '[profile.default]
evm_version = "cancun"
src = "src"
out = "out"
libs = ["node_modules"]' > foundry.toml
cp node_modules/@rhinestone/modulekit/remappings.txt remappings.txt
forge build --via-ir
- name: Clean up
run: |
Expand Down

0 comments on commit 3ff7014

Please sign in to comment.