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 git branch listing for ci debugging
nove.dev
4 months ago
96d200da
1b31a94e
0/1
mirror.yaml
failed
2s
+2
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yaml
+2
.tangled/workflows/mirror.yaml
···
3
3
branch: ["main"]
4
4
engine: nixery
5
5
steps:
6
6
+
- name: debug-list
7
7
+
command: "git branch --list"
6
8
- name: set-origin
7
9
command: "git remote add github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\""
8
10
- name: push