tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
get bun version
altagos.dev
3 months ago
bcb8745c
d3c2e72e
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
0/1
build.yml
failed
11s
+2
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yml
+2
-1
.tangled/workflows/build.yml
reviewed
···
1
1
when:
2
2
- event: ["push", "pull_request"]
3
3
-
branch: ["main"]
3
3
+
branch: ["main", "workflows"]
4
4
- event: ["manual"]
5
5
6
6
engine: nixery
···
20
20
command: |
21
21
mise trust
22
22
mise exec zig -- zig version
23
23
+
mise exec bun -- bun -v
23
24
- name: Download statichost cli
24
25
command: |
25
26
curl -so shcli https://www.statichost.eu/shcli