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
chore: trying some stuff
besaid.zone
1 month ago
53c7b12b
d9f25a6c
verified
This commit was signed with the committer's
known signature
.
besaid.zone
SSH Key Fingerprint:
SHA256:Q4dc5PTI8DNTxJbH2bWsDeY6BXzfq0ce1XSA4H5Y3iI=
3/3
release.yml
success
27s
test.yml
success
41s
typecheck.yml
success
38s
+4
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
release.yml
+4
-1
.tangled/workflows/release.yml
reviewed
···
14
14
steps:
15
15
- name: test
16
16
command: |
17
17
-
git --version
17
17
+
git config user.name "pluto[bot]"
18
18
+
git config user.email "me+pluto@dane.computer"
19
19
+
20
20
+
git config list