Skip to content

Add returns global class command to common language features #5557

Add returns global class command to common language features

Add returns global class command to common language features #5557

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up Python 3.11
uses: actions/setup-python@v7
with:
python-version: "3.11"
cache: "pip"
cache-dependency-path: |
requirements-dev.txt
- run: pip install -r requirements-dev.txt
- run: pytest