fix: Sakuragi_Mano Midnight Monster description #711
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@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 |