Contributing

September 1, 2026 ยท View on GitHub

Development

Enter the development shell with devenv.

devenv shell

Install the dependencies.

pnpm install

Build the action.

pnpm build

Run the Nix integration fixture.

nix-build tests

The devenv shell will install git-hooks that must be run before each commit.