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 dependencies to workflow file to make it work?
nove.dev
4 months ago
5538916e
9ef2d8a0
+3
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
mirror.yaml
+3
-1
.tangled/workflows/mirror.yaml
···
1
1
when:
2
2
- event: ["push"]
3
3
branch: ["main"]
4
4
-
4
4
+
dependencies:
5
5
+
nixpkgs:
6
6
+
- git
5
7
steps:
6
8
- name: set-origin
7
9
command: "git remote set-url github \"https://novedevo:${GITHUB_PAT}@github.com/novedevo/tree-sitter-confindent.git\""