Skip to content

Commit

Permalink
Adjust wording (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
acka47 committed Mar 21, 2024
1 parent ecfa0b9 commit 634c20d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ Call with `-h` or without arguments to list options.
## Add Validation in a vocabulary repository

Adding the following GitHub Action to a repository (add a `.github/workflows/main.yaml` file), will validate your vocabulary against the [SkoHub Shape](./skohub.shacl.ttl).
Notice though that you will also get an error shown for warnings.
That is because GitHub Actions either pass or fail.
If you know an approach on how to just output a failing action as a warning, please let us know.
Notice that, when the action is triggered, you will get an error shown in GitHub not only for violations but also for warnings. That is because GitHub Actions either pass or fail.


```yaml
name: Validate TTL Files
Expand Down

0 comments on commit 634c20d

Please sign in to comment.