Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 854 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 854 Bytes

@pipelineui/workflow-parser

Note

This is just a patch of the existing package @actions/workflow-parser

Motivation

While integrating the existing github workflow-parser, I've encountered some issues while trying to parse my existing workflows. Main issues are also related to the exported format, which seems to have some troubles.

Changes

  • Package is now re-bundled with ESM and cjs interop, in order to be used across different environments.
  • Update the if expression parsing, which now returns the raw text instead of a success() placeholder.

Development

This package contains a snapshot folder which is a snapshot of @actions/[email protected]. In order to apply patch to the package, develop on it, then call the patch-parser command.