frequenz-floss/Nox
Runs a nox session
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 2, 2026
- License
- MIT
Pinned Snippet
uses: frequenz-floss/gh-action-nox@dff549a59033ed078a375a32b1f8f17beb7df690 # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| python-version | The Python version to use. This is passed to the `actions/setup-python`. | yes | — |
| nox-session | The nox session to run. | yes | — |
| nox-dependencies | The dependencies to install using `pip` to run `nox`. By default `".[dev-noxfile]"` is used, but projects not having any extra dependency to run nox can just use `"nox"`. | no | .[dev-noxfile] |
| checkout | Whether to checkout the repository or not. If set to `false`, the action will not checkout the repository. This is useful when the repository is already checked out. | no | true |
| git-username | The username to use for the Git credentials. | no | — |
| git-password | The password to use for the Git credentials. | no | — |
Outputs
no outputs