this repo has no description

fix tabs + set bun to specific version

altagos.dev 8dfcb926 03ebfb43

verified
+25 -25
+24 -24
.tangled/workflows/build.yml
··· 1 1 when: 2 - - event: ["push", "pull_request"] 3 - branch: ["main", "workflows"] 4 - - event: ["manual"] 2 + - event: ["push", "pull_request"] 3 + branch: ["main", "workflows"] 4 + - event: ["manual"] 5 5 6 6 engine: nixery 7 7 8 8 dependencies: 9 - nixpkgs: 10 - - curl 11 - - dart-sass 12 - - mise 13 - - zip 9 + nixpkgs: 10 + - curl 11 + - dart-sass 12 + - mise 13 + - zip 14 14 15 15 environment: 16 - ZIG_VERSION: "0.15.1" 16 + ZIG_VERSION: "0.15.1" 17 17 18 18 steps: 19 - - name: Setup Zig 20 - command: | 21 - mise trust 22 - mise exec zig -- zig version 23 - MISE_VERBOSE=1 mise exec bun -- bun -v 24 - - name: Download statichost cli 25 - command: | 26 - curl -so shcli https://www.statichost.eu/shcli 27 - chmod +x shcli 28 - - name: Build website 29 - command: | 30 - mise dist 31 - - name: Upload 32 - command: | 33 - ./shcli altagos-dev ./zig-out/website 19 + - name: Setup Zig 20 + command: | 21 + mise trust 22 + mise exec zig -- zig version 23 + MISE_VERBOSE=1 mise exec bun -- bun -v 24 + - name: Download statichost cli 25 + command: | 26 + curl -so shcli https://www.statichost.eu/shcli 27 + chmod +x shcli 28 + - name: Build website 29 + command: | 30 + mise dist 31 + - name: Upload 32 + command: | 33 + ./shcli altagos-dev ./zig-out/website
+1 -1
mise.toml
··· 1 1 [tools] 2 - bun = "latest" 2 + bun = "1.3.3" 3 3 watchexec = "latest" 4 4 zig = "0.15.2" 5 5