Skip to content

Commit

Permalink
Upgrade github workflows (#27)
Browse files Browse the repository at this point in the history
* Add dependabot

* Update test workflow
  • Loading branch information
ChristophB authored Jun 26, 2024
1 parent 121873b commit 8480c66
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check syntax
---
name: Test ontology

on:
push:
Expand All @@ -17,8 +18,9 @@ on:
- '**.ttl'

jobs:
rdf-syntax-check:
syntax-check:
runs-on: ubuntu-latest
container: obolibrary/odklite
steps:
- name: RDF syntax check
uses: AtomGraph/RDF-syntax-check@v1.0.4
- uses: actions/checkout@v4
- run: check-rdfxml gfo.owl

0 comments on commit 8480c66

Please sign in to comment.