Compare changes

Choose any two refs to compare.

Changed files
+7 -5
.tangled
workflows
+7 -5
.tangled/workflows/main.yaml
···
branch: ["main"]
- event: ["manual"]
+
engine: "nixery"
+
dependencies:
nixpkgs:
- hello-go
steps:
-
- name: "Say hello"
-
command: "hello"
+
- name: "Say hello world!!"
+
command: "hello-go"
clone:
-
skip: false
-
depth: 50
-
submodules: true
+
skip: true
+
depth: 1
+
submodules: false