Skip to content

Rename task_data to environment_data in tests, examples, and docs (#58) #313

Rename task_data to environment_data in tests, examples, and docs (#58)

Rename task_data to environment_data in tests, examples, and docs (#58) #313

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install uv
uv sync --group dev
- name: Format with ruff
run: |
uv run ruff format --check .