Skip to content

Merge pull request #205 from dwreeves/add-macports-note #88

Merge pull request #205 from dwreeves/add-macports-note

Merge pull request #205 from dwreeves/add-macports-note #88

Workflow file for this run

name: Rich-codex
on:
workflow_dispatch:
push:
branches:
- main
jobs:
rich_codex:
if: github.repository_owner == 'ewels'
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install your custom tools
run: pip install ".[dev]"
- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
with:
commit_changes: "true"
clean_img_paths: docs/images/*.svg
terminal_width: 80
skip_git_checks: "true"
working_dir: "."