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 15a5913 commit 41f96a1Copy full SHA for 41f96a1
.github/workflows/analytics.yaml
@@ -17,8 +17,8 @@ jobs:
17
run: |
18
set -euo pipefail
19
20
- # Base search query; looks for import occurrences
21
- BASE_QUERY='@zetachain/protocol-contracts/contracts/zevm/GatewayZEVM.sol in:file'
+ # Base search query; quote the import path to avoid parse errors
+ BASE_QUERY='"@zetachain/protocol-contracts/contracts/zevm/GatewayZEVM.sol" in:file type:code'
22
23
PER_PAGE=100
24
TMP=$(mktemp)
0 commit comments