Skip to content

Add a basic github action and Taskfile to verify that the rdf files a… #1

Add a basic github action and Taskfile to verify that the rdf files a…

Add a basic github action and Taskfile to verify that the rdf files a… #1

Workflow file for this run

name: Check Serialization
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: arduino/setup-task@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Check out Vocabulary Repository 📄
uses: actions/checkout@v4
- name: Run CI Tasks ⚙️
run: task ci