To get started, install the project's dependencies:
pnpm install
Run unit tests with:
pnpm test
Before committing, make sure you don't have any lint errors and the projects builds successfully:
pnpm lint
pnpm build
To test the action as part of a workflow, you can run the .github/workflows/example.yml
workflow locally with act:
act workflow_dispatch -W '.github\workflows\example.yml'