Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 798 Bytes

File metadata and controls

25 lines (17 loc) · 798 Bytes

Summary

Action Details

  • Action ID: my-action-id
  • Category: (e.g., utility, blockchain-data, messaging)
  • Operation Type: read / write

Checklist

  • Action ID follows kebab-case format (my-action-name)
  • schema.ts defines both payloadSchema and resultSchema
  • execute.ts extends BaseAction and implements execute()
  • index.ts re-exports the action class
  • Tests added and passing (pnpm test)
  • TypeScript compiles without errors (pnpm typecheck)
  • Code is formatted (pnpm prettier:write)

Test Plan