Skip to content

Commit 70f5f46

Browse files
authored
Extract grammars to check from Cargo.toml (#974)
1 parent f2145b0 commit 70f5f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-grammars-crates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# Get tree-sitter-grammar
7-
TS_CRATE=$1
7+
TS_CRATE=`grep $1 Cargo.toml | tr -d ' '`
88

99
# Disable/Enable CI flag
1010
RUN_CI="no"

0 commit comments

Comments
 (0)