Skip to content

Merge branch 'master' of github.com:radon-project/radon into auto-hel… #157

Merge branch 'master' of github.com:radon-project/radon into auto-hel…

Merge branch 'master' of github.com:radon-project/radon into auto-hel… #157

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