Skip to content

docs: Add nvim-cmp document and remove nvim-compe document #1275

docs: Add nvim-cmp document and remove nvim-compe document

docs: Add nvim-cmp document and remove nvim-compe document #1275

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