๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere

[#19] workflows/build: add workflow

ducky.ws 78f9b40b d0a8a9f7

Waiting for spindle ...
+24
+24
.tangled/workflows/build.yaml
··· 1 + when: 2 + - event: ["push", "manual"] 3 + branch: ["main", "dev"] 4 + - event: ["pull_request"] 5 + branch: ["dev"] 6 + 7 + engine: "nixery" 8 + 9 + clone: 10 + skip: false 11 + depth: 1 12 + submodules: false 13 + 14 + dependencies: 15 + nixpkgs: 16 + - bash 17 + - shellcheck 18 + 19 + environment: 20 + ATFILE_DEVEL_PUBLISH: "0" 21 + 22 + steps: 23 + - name: "Build" 24 + command: "./atfile.sh build"