We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b429bea commit 0edefd1Copy full SHA for 0edefd1
.github/workflows/validate-deployment-scripts.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Validate Solidity Scripts
68
run: |
69
# Find all .sol files under /script/releases
70
- RELEASE_FILES=$(find script/releases -type f -name "*.sol" ! -name "Env.sol" 2>/dev/null || echo "")
+ RELEASE_FILES=$(find script/releases -type f -name "*.sol" ! -name "Env.sol" ! -name "CrosschainDeployLib.sol" 2>/dev/null || echo "")
71
72
# Combine file lists
73
FILES="$RELEASE_FILES"
0 commit comments