frequenz-floss/Nox

Runs a nox session

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 2, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: frequenz-floss/gh-action-nox@dff549a59033ed078a375a32b1f8f17beb7df690 # v1.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-versionThe Python version to use. This is passed to the `actions/setup-python`. yes
nox-sessionThe nox session to run. yes
nox-dependenciesThe 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]
checkoutWhether 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. notrue
git-usernameThe username to use for the Git credentials. no
git-passwordThe password to use for the Git credentials. no

no outputs