because I got bored of customising my CV for every job
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(CVG-33): add missing engine field to Spindle workflow

+2
+2
.tangled/workflows/build.yaml
··· 2 2 - event: ["push"] 3 3 branch: ["main"] 4 4 5 + engine: docker 6 + 5 7 dependencies: 6 8 - docker 7 9 - coreutils