Registry / utility / actions-workflow-parser

actions-workflow-parser

JSON →
library1.0.0gogounverified

A parser for GitHub Actions workflow files.

go get github.com/actions/workflow-parser
INSTALL
IMPORT
SIG · ACTIONS-WORKFLOW-P
A
actions-workflow-parser
utilitygov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

workflow_parser
github.com/actions/workflow-parser

Parses a GitHub Actions workflow YAML file and prints its name.

package main import ( "fmt" "github.com/actions/workflow-parser" ) func main() { wf, err := workflow_parser.ParseFile(".github/workflows/main.yml") if err != nil { panic(err) } fmt.Println(wf.Name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
30
Meta
1
OpenAI (training)
1
Resources
actions-workflow-parser — go get actions-workflow-parser · libregistry