Skip to content

feat: added copyright() built-in function and updated shell exit experience. #177

feat: added copyright() built-in function and updated shell exit experience.

feat: added copyright() built-in function and updated shell exit experience. #177

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
radon-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python -m pip install mypy ruff
- run: python test.py full