Skip to content
This repository has been archived by the owner on Feb 23, 2025. It is now read-only.

Archive project

Archive project #1286

Workflow file for this run

name: python
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: python doctest
run: python -m doctest python/bencode.py