tangled
alpha
login
or
join now
besaid.zone
/
create-atproto-app
2
fork
atom
A CLI for scaffolding ATProto web applications
2
fork
atom
overview
issues
pulls
pipelines
testing release workflow
besaid.zone
1 month ago
898db513
c38d864e
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
41s
typecheck.yml
success
40s
+17
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
release.yml
+17
.tangled/workflows/release.yml
···
1
1
+
when:
2
2
+
- event: ["push"]
3
3
+
branches: ["main"]
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
clone:
8
8
+
depth: 0
9
9
+
10
10
+
dependencies:
11
11
+
nixpkgs:
12
12
+
- gnused
13
13
+
14
14
+
steps:
15
15
+
- name: test
16
16
+
command: |
17
17
+
git --version