Skip to content

sparkrew/rechta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rechta

A tool for extracting the dependency tree of GitHub Actions workflows. It parses workflow and action metadata YAML files, resolves references between jobs, steps, reusable workflows, and actions, and builds a structured dependency graph.

Status: The parsing layer is implemented; dependency resolution is in progress.

Build & Run

go build ./...

Testing

go test -v -race ./...

Project Structure

models/   – Go structs for workflows, jobs, steps, events, permissions, etc.
parser/   – Parses workflow and action metadata YAML files

License

MIT

About

Dependency Tree Extractor for GitHub Actions Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages