Skip to content

Fix ANTLR4 JS binding to throw on syntax errors instead of returning … #866

Fix ANTLR4 JS binding to throw on syntax errors instead of returning …

Fix ANTLR4 JS binding to throw on syntax errors instead of returning … #866

Workflow file for this run

name: pre-commit
permissions:
contents: read
on:
- push
- pull_request
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: pre-commit/action@v3.0.1