Skip to content

rshu/action_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

action-example

Minimal quicksort implementation with pytest coverage, wired to run in GitHub Actions.

Requirements

  • Python 3.12+
  • uv (or install dependencies another way)

Setup

uv sync

Run tests

uv run pytest tests/

Usage

from action_example import quick_sort

print(quick_sort([3, 1, 2]))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages