No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| build | ||
| install | ||
| venv | ||
| README.md | ||
Python Actions
Python-related actions for Forgejo, most likely compatible with Gitea and maybe GitHub as well.
Usage
All actions are specified to have easy-to-remember URLs, that can be used in the steps of a job. For example:
# ...
jobs:
example:
runs-on: docker
steps:
- uses: https://forgejo.parcifal.dev/actions/python/install@v2