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
fk it, manual for now
besaid.zone
1 month ago
8945556a
913680b2
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
2/2
test.yml
success
44s
typecheck.yml
success
43s
-23
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
release.yml
-23
.tangled/workflows/release.yml
···
1
1
-
when:
2
2
-
- event: ["push"]
3
3
-
branch: ["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 config user.name "pluto[bot]"
18
18
-
git config user.email "me+pluto@dane.computer"
19
19
-
20
20
-
touch test.txt
21
21
-
git add .
22
22
-
git commit -m "test commit from release workflow"
23
23
-
git push origin HEAD:main