gaji 0.3.2

Type-safe GitHub Actions workflows in TypeScript
Documentation
{
  "description": "Example TypeScript package with gaji CI workflow",
  "devDependencies": {
    "gaji": "^0.2.4",
    "tsx": "^4.0.0",
    "typescript": "^5.0.0"
  },
  "main": "dist/index.js",
  "name": "example-ts-package",
  "scripts": {
    "build": "tsc",
    "gha:build": "gaji build",
    "gha:dev": "gaji dev",
    "gha:watch": "gaji dev --watch",
    "lint": "echo \"Running linter...\" && exit 0",
    "test": "echo \"Running tests...\" && exit 0"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.0.0"
}