Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Lyo monorepo reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi committed Dec 3, 2020
1 parent 96a5230 commit 2e4cca6
Show file tree
Hide file tree
Showing 31 changed files with 1,578 additions and 1,579 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/maven.yml
@@ -1,24 +1,23 @@
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: CI
name: CI Validation

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file validation/pom.xml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
150 changes: 75 additions & 75 deletions model/shacl_domain.xml → validation/model/shacl_domain.xml

Large diffs are not rendered by default.

File renamed without changes.
2,654 changes: 1,327 additions & 1,327 deletions representations.aird → validation/representations.aird

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 2e4cca6

Please sign in to comment.