Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sksat/setup-rye
- Owner: sksat
- License: mit
- Created: 2023-06-01T12:55:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-29T05:36:26.000Z (5 months ago)
- Last Synced: 2024-05-29T18:19:16.344Z (5 months ago)
- Size: 110 KB
- Stars: 28
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_requestjobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: sksat/[email protected]
```