WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Update pipeline cloning

authored by markbennett.ca and committed by tangled.org 41eed2e4 b87fcfe4

+5 -1
+5 -1
.tangled/workflows/ci.yml
··· 9 9 engine: nixery 10 10 11 11 # Clone repository to get all source files 12 - clone: true 12 + # using the default values 13 + clone: 14 + skip: false 15 + depth: 1 16 + submodules: false 13 17 14 18 dependencies: 15 19 nixpkgs: