@savvy-web/github-action-builder
Advanced tools
+3
-2
@@ -541,3 +541,4 @@ import { Context, Data, Effect, Layer, ParseResult, Schema } from "effect"; | ||
| const ACT_WORKFLOW_CONTENT = `name: Local Test | ||
| on: push | ||
| on: | ||
| workflow_dispatch: | ||
@@ -548,3 +549,3 @@ jobs: | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: actions/checkout@v6 | ||
| - uses: ./.github/actions/local | ||
@@ -551,0 +552,0 @@ `; |
@@ -77,3 +77,3 @@ #!/usr/bin/env node | ||
| const forceOption = Options.boolean("force").pipe(Options.withAlias("f"), Options.withDescription("Overwrite existing files"), Options.withDefault(false)); | ||
| const getPackageVersion = ()=>"0.6.1"; | ||
| const getPackageVersion = ()=>"0.6.2"; | ||
| const generatePackageJson = (name)=>{ | ||
@@ -310,3 +310,3 @@ const version = getPackageVersion(); | ||
| name: "github-action-builder", | ||
| version: "0.6.1" | ||
| version: "0.6.2" | ||
| }); | ||
@@ -313,0 +313,0 @@ const CliLayer = Layer.merge(AppLayer, NodeContext.layer); |
+2
-2
| { | ||
| "name": "@savvy-web/github-action-builder", | ||
| "version": "0.6.1", | ||
| "version": "0.6.2", | ||
| "private": false, | ||
@@ -53,3 +53,3 @@ "description": "A zero-config build tool for creating GitHub Actions from TypeScript. Bundles with rsbuild, validates action.yml against GitHub's schema, and outputs production-ready Node.js 24 actions.", | ||
| "@effect/typeclass": "^0.40.0", | ||
| "@rsbuild/core": "^1.7.3", | ||
| "@rsbuild/core": "^1.7.4", | ||
| "effect": "^3.21.0", | ||
@@ -56,0 +56,0 @@ "jiti": "^2.6.1", |
@@ -13,3 +13,4 @@ { | ||
| "strict": true, | ||
| "target": "ES2022" | ||
| "target": "ES2022", | ||
| "types": ["node"] | ||
| }, | ||
@@ -16,0 +17,0 @@ "exclude": ["node_modules", "dist"], |
124031
0.03%3118
0.06%Updated