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

Configure Feed

Select the types of activity you want to include in your feed.

workflows: add missing packages

Ducky fec0a705 ebbd58ff

+7
+4
.tangled/workflows/build.yaml
··· 17 17 - curl 18 18 - file 19 19 - git 20 + - grep 21 + - hostname 20 22 - jq 23 + - md5sum 24 + - sed 21 25 - shellcheck 22 26 23 27 environment:
+3
src/commands/build.sh
··· 31 31 } 32 32 33 33 atfile.util.check_prog "git" 34 + atfile.util.check_prog "grep" 35 + atfile.util.check_prog "hostname" 34 36 atfile.util.check_prog "md5sum" 37 + atfile.util.check_rpgo "sed" 35 38 atfile.util.check_prog "shellcheck" 36 39 37 40 id="$(atfile.util.get_random 13)"