DEV Community

Discussion on: What Did you Learn this week --March 6?

Collapse
 
waylonwalker profile image
Waylon Walker • Edited

I learned GitHub actions this week. I set up an action to build, run, lint, and visualize kedro pipelines.

See the Viz

default-kedro-157

After setting up the action inside of a single yml config, I then rewrote the action in a docker format that was reusable and submitted it to the github hackathon. github.com/WaylonWalker/kedro-action.