๐Ÿ“ฆโž”๐Ÿฆ‹ 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 937cc633 9a2d16a0

+4 -1
+4 -1
.tangled/workflows/build.yaml
··· 1 1 when: 2 2 - event: ["push", "manual"] 3 - branch: ["main", "dev"] 3 + branch: ["main", "dev", "issue/19-add-workflows"] 4 4 - event: ["pull_request"] 5 5 branch: ["dev"] 6 6 ··· 14 14 dependencies: 15 15 nixpkgs: 16 16 - bash 17 + - curl 18 + - git 19 + - jq 17 20 - shellcheck 18 21 19 22 environment: