Skip to content

Test abandoning parent #398

Test abandoning parent

Test abandoning parent #398

Workflow file for this run

---
name: Check README.md helptext
on:
push:
branches:
- main
pull_request:
branches: [main]
jobs:
check_script_and_diff:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install duct
run: |
pip install .[all] --user
- name: Update README.md helptext
run: |
./.update-readme-help.py
- name: Ensure no diff
run: |
git diff --exit-code