Skip to content

Commit 0edefd1

Browse files
committed
chore: update workflow
1 parent b429bea commit 0edefd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-deployment-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Validate Solidity Scripts
6868
run: |
6969
# Find all .sol files under /script/releases
70-
RELEASE_FILES=$(find script/releases -type f -name "*.sol" ! -name "Env.sol" 2>/dev/null || echo "")
70+
RELEASE_FILES=$(find script/releases -type f -name "*.sol" ! -name "Env.sol" ! -name "CrosschainDeployLib.sol" 2>/dev/null || echo "")
7171
7272
# Combine file lists
7373
FILES="$RELEASE_FILES"

0 commit comments

Comments
 (0)