Skip to content

Commit a643750

Browse files
committed
chore: update
1 parent 5960ff0 commit a643750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/antlr-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "Checking: $file"
5858
5959
# Run antlr-lint on the grammar file
60-
if antlr-lint "$file"; then
60+
if antlr-lint lint "$file"; then
6161
echo "✅ $file: Passed linting"
6262
else
6363
echo "❌ $file: Failed linting"

0 commit comments

Comments
 (0)