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 5960ff0 commit a643750Copy full SHA for a643750
.github/workflows/antlr-lint.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "Checking: $file"
58
59
# Run antlr-lint on the grammar file
60
- if antlr-lint "$file"; then
+ if antlr-lint lint "$file"; then
61
echo "✅ $file: Passed linting"
62
else
63
echo "❌ $file: Failed linting"
0 commit comments