Files
cachix-action/CONTRIBUTING.md
2026-04-02 17:29:59 +02:00

303 B

Contributing

Development

Enter the development shell with devenv.

devenv shell

Install the dependencies.

pnpm install

Build the action.

pnpm build

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