Merge pull request #539 from arrow2nd/add-shinycolors-clothes #695
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: CI | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
jobs: | |
rdflint: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: actions/setup-java@v3 | |
with: | |
distribution: temurin | |
java-version: 17 | |
- uses: imas/setup-rdflint@v2 | |
- name: Run rdflint (Clothes_Own) | |
run: rdflint -config .rdflint/Clothes_Own.yml | |
- name: Run rdflint (Unit_memberOf) | |
run: rdflint -config .rdflint/Unit_memberOf.yml | |
- name: Run rdflint | |
run: rdflint -config .rdflint/rdflint-config.yml |