GESIS Methods Hub Preview
ActionsThis is a GitHub Action to test a GitHub repository for Methods Hub.
Create the file .github/workflows/methods-hub.yml with
name: Test Content for Methods Hub
on:
push:
branches:
- main
jobs:
test-methods-hub-render:
runs-on: ubuntu-24.04
name: Test Methods Hub render
steps:
- uses: actions/checkout@v4
- uses: GESIS-Methods-Hub/preview@v1
with:
file: README.mdGESIS Methods Hub Preview is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.