Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sksat/setup-rye

GitHub Action for setup mitsuhiko/rye
https://github.com/sksat/setup-rye

Last synced: 16 days ago
JSON representation

GitHub Action for setup mitsuhiko/rye

Awesome Lists containing this project

README

        

# setup-rye

This composite action install [rye](https://github.com/mitsuhiko/rye).

## Example workflow
```yaml
name: run pytest
on: pull_request

jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: sksat/[email protected]
```