Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 373 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (17 loc) · 373 Bytes

Contributing

Prerequisites

  1. Node.js v18
  2. pnpm
  3. act to run GitHub Actions locally

Formatting

pnpm format

# or to check if code is formatted correctly
pnpm format:check

Test Actions Locally

act [<event>] [options]

# or if installed as GitHub CLI extension
gh act [<event>] [options]