github-actions-workflow-ts
github-actions-workflow-ts copied to clipboard
Write Github Actions workflow files in TypeScript (compiles to YAML)
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...
## 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...
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...