Skip to content

Bump ruff from 0.3.5 to 0.5.1 (#78) #63

Bump ruff from 0.3.5 to 0.5.1 (#78)

Bump ruff from 0.3.5 to 0.5.1 (#78) #63

Workflow file for this run

name: Rich-codex
permissions:
contents: write
on:
workflow_dispatch:
push:
branches:
- main
- dev
jobs:
rich_codex:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Python 3.12
uses: actions/setup-python@v4
with:
python-version: 3.12
- name: Install BAET
run: pip install .
- name: Generate terminal images with rich-codex
uses: ewels/rich-codex@v1
with:
commit_changes: "true"
clean_img_paths: docs/img/*.svg