tangled
alpha
login
or
join now
nove.dev
/
tree-sitter-confindent
1
fork
atom
tree-sitter implementation for the confindent configuration language
1
fork
atom
overview
issues
pulls
pipelines
add tangled CI script to mirror to github
nove.dev
4 months ago
a2ee841e
42a2ea57
1/1
mirror.yaml
success
3s
+15
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yaml
+15
.tangled/workflows/mirror.yaml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branch: ["main"]
4
4
+
engine: nixery
5
5
+
clone:
6
6
+
depth: 2147483646
7
7
+
steps:
8
8
+
- name: debug-list
9
9
+
command: "git branch --list"
10
10
+
- name: set-origin
11
11
+
command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\""
12
12
+
- name: set-branch
13
13
+
command: "git switch -c main"
14
14
+
- name: push
15
15
+
command: "git push github main --force"