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
set clone options to 0 in hopes of deep clone, create branch
nove.dev
4 months ago
de6e8f22
96d200da
0/1
mirror.yaml
failed
3s
+4
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yaml
+4
.tangled/workflows/mirror.yaml
···
2
2
- event: ["push"]
3
3
branch: ["main"]
4
4
engine: nixery
5
5
+
clone:
6
6
+
depth: 0
5
7
steps:
6
8
- name: debug-list
7
9
command: "git branch --list"
8
10
- name: set-origin
9
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"
10
14
- name: push
11
15
command: "git push github main --force"