Skip to content

Commit a45d61c

Browse files
committed
tangled
1 parent ca69d64 commit a45d61c

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/tangled.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.tangled/workflows/mirror.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
when:
2+
- event: [ "push" ]
3+
branch: [ "*" ]
4+
engine: "nixery"
5+
clone:
6+
skip: true
7+
dependencies:
8+
nixpkgs:
9+
- gh
10+
steps:
11+
- name: mirror
12+
command: gh -R vic/vic issue comment 3 -b import-tree
13+

0 commit comments

Comments
 (0)