tangled
alpha
login
or
join now
zio.sh
/
atfile
37
fork
atom
๐ฆโ๐ฆ Store and retrieve files on the Atmosphere
37
fork
atom
overview
issues
3
pulls
pipelines
[#19] workflows/build: add workflow
ducky.ws
6 months ago
78f9b40b
d0a8a9f7
0/0
Waiting for spindle ...
+24
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
build.yaml
+24
.tangled/workflows/build.yaml
···
1
1
+
when:
2
2
+
- event: ["push", "manual"]
3
3
+
branch: ["main", "dev"]
4
4
+
- event: ["pull_request"]
5
5
+
branch: ["dev"]
6
6
+
7
7
+
engine: "nixery"
8
8
+
9
9
+
clone:
10
10
+
skip: false
11
11
+
depth: 1
12
12
+
submodules: false
13
13
+
14
14
+
dependencies:
15
15
+
nixpkgs:
16
16
+
- bash
17
17
+
- shellcheck
18
18
+
19
19
+
environment:
20
20
+
ATFILE_DEVEL_PUBLISH: "0"
21
21
+
22
22
+
steps:
23
23
+
- name: "Build"
24
24
+
command: "./atfile.sh build"