ジュニーだけ名前の情報がschema:nameではなくschema:alternateNameで書かれていたのを修正 #781
Workflow file for this run
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@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: temurin | |
java-version: 17 | |
- uses: imas/setup-rdflint@v3 | |
- 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 |