github-actions-workflow-ts icon indicating copy to clipboard operation
github-actions-workflow-ts copied to clipboard

Write Github Actions workflow files in TypeScript (compiles to YAML)

Results 3 github-actions-workflow-ts issues
Sort by recently updated
recently updated
newest added

This looks awesome! I really like the API surface. I think the current setup is great as a standalone tool, but not ideal for use in other packages. For example...

enhancement

## Expected Behavior The generated workflow should automatically detect if it has been modified and fail CI if it happens. ## Actual Behavior CI should fail if the generated workflow...

enhancement
wontfix

I have `"type":"module"` in my `package.json` and when I run `npx generate-workflow-files build` it fails: ``` [github-actions-workflow-ts] No config (wac.config.json) file found in root dir. Using default config. [github-actions-workflow-ts] Detected...

bug