Allow all shacl config options to be configured from the frontend #72
Workflow file for this run
This file contains hidden or 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: succed job 'build (11)' | |
| on: pull_request | |
| jobs: | |
| build: | |
| strategy: | |
| fail-fast: true | |
| matrix: | |
| jdk: [ 11 ] | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Always Succeed | |
| run: true |