oxigraph-cli 0.5.9

Oxigraph CLI tool and SPARQL HTTP server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: Update

on:
  schedule:
    - cron: "0 0 * * *"
  push:
    branches:
      - main

jobs:
  update:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: bash .github/workflows/update.sh