Skip to content

docs: the art check compares text, not bytes #227

docs: the art check compares text, not bytes

docs: the art check compares text, not bytes #227

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v6
with:
python-version: "3.12"
- run: python -m pip install -e ".[test]"
- run: python -m pytest