mirror of
https://github.com/Ryujinx/Ryujinx-Mako.git
synced 2025-01-07 09:35:30 +00:00
66a1029bd5
* Create multiple actions to make Mako easier to use * Add smoke tests for the new actions * Check if the required env vars aren't empty * Fix working directory for execute-command * Fix action_path references * Fix broken setup_git command * Add exec-ryujinx-tasks subcommand * Ensure python and pipx are installed * Improve help output * Add required environment variables to README.md * Add small script to generate subcommand sections automatically * Adjust help messages for ryujinx tasks as well * Remove required argument for positionals * Add exec-ryujinx-tasks to subcommands list * Apply black formatting * Fix event name for update-reviewers
17 lines
280 B
Markdown
17 lines
280 B
Markdown
# setup-mako
|
|
|
|
A small composite action to set up the environment for Mako.
|
|
|
|
It installs poetry and all module dependencies.
|
|
|
|
## Usage
|
|
|
|
Add the following step to your workflow:
|
|
|
|
```yml
|
|
- name: Setup Ryujinx-Mako
|
|
uses: Ryujinx/Ryujinx-Mako/.github/actions/setup-mako@master
|
|
```
|
|
|
|
|