Skip to content

Add a basic github action and Taskfile to verify that the rdf file is… #2

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

Add a basic github action and Taskfile to verify that the rdf file is… #2

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