Skip to content

feat(test): Betelgeuse Docstrings Validation workflow #5

feat(test): Betelgeuse Docstrings Validation workflow

feat(test): Betelgeuse Docstrings Validation workflow #5

name: Test Docstrings Validation
on:
pull_request:
paths:
- "integration-tests/**"
jobs:
betelgeuse:
name: "betelgeuse dry-run"
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Base setup for Betelgeuse
run: |
dnf --setopt install_weak_deps=False install -y \
python3-pip
python3 -m pip install betelgeuse
- uses: actions/checkout@v4
- name: Run Betelgeuse
run: |
betelgeuse --config-module \
custom_betelgeuse_config test-case --dry-run \
integration-tests/ dryrun_project ./test_case
testimony:
name: testimony validate
runs-on: ubuntu-latest
container:
image: fedora:latest
steps:
- name: Setup for Testimony
run: |
dnf --setopt install_weak_deps=False install -y \
python3-pip \
python3 -m pip install testimony
- uses: actions/checkout@v4
- name: Run Testimony
run: |
testimony validate --config \
integration-tests/testimony.yaml integration-tests/