Skip to content

Fix broken vocabulary links by restoring generation from TTL sources #77

Fix broken vocabulary links by restoring generation from TTL sources

Fix broken vocabulary links by restoring generation from TTL sources #77

Workflow file for this run

name: Hello World Workflow
on:
workflow_dispatch:
push:
branches:
- '**'
pull_request:
types: [opened, synchronize, reopened]
jobs:
say-hello:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Say Hello
run: |
echo "Hello, World!"
echo "Running on branch: ${{ github.ref_name }}"
echo "Triggered by: ${{ github.event_name }}"