fix: resolve crash in TransformModuleFilesToModel
if regular schema file passed instead
#218
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR (Java) | |
on: | |
workflow_dispatch: | |
merge_group: | |
types: [checks_requested] | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- "pkg/java/**" | |
- "OpenFGAParser.g4" | |
- "OpenFGALexer.g4" | |
- "tests/**" | |
- ".github/workflows/pkg-java-pr.yaml" | |
- ".github/workflows/pkg-java-build.yaml" | |
jobs: | |
test: | |
uses: ./.github/workflows/pkg-java-build.yaml | |
secrets: inherit |