tangled
alpha
login
or
join now
markbennett.ca
/
tangled-cli
6
fork
atom
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! :)
6
fork
atom
overview
issues
12
pulls
1
pipelines
Update pipeline cloning
markbennett.ca
1 month ago
9741e20a
ba9505a3
verified
This commit was signed with the committer's
known signature
.
markbennett.ca
SSH Key Fingerprint:
SHA256:z3PutB1OfTO5KbZLCpZP6IUDidbRq5Mdysn2xZlUL/c=
+5
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
ci.yml
+5
-1
.tangled/workflows/ci.yml
···
9
9
engine: nixery
10
10
11
11
# Clone repository to get all source files
12
12
-
clone: true
12
12
+
# using the default values
13
13
+
clone:
14
14
+
skip: false
15
15
+
depth: 1
16
16
+
submodules: false
13
17
14
18
dependencies:
15
19
nixpkgs: