Skip to content

Fix UniProt SPARQL query example 49, broken due to an outdated Bgee S… #31

Fix UniProt SPARQL query example 49, broken due to an outdated Bgee S…

Fix UniProt SPARQL query example 49, broken due to an outdated Bgee S… #31

Workflow file for this run

name: Check SPARQL queries
on: [push, pull_request, workflow_call, workflow_dispatch]
jobs:
check:
name: Run SPARQL checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Install and run checks
run: mvn test