pds dash for shimaenaga.veryroundbird.house (based off of pds.witchcraft.systems)

i need to figure out how to replace tabs to spaces in textmate

Changed files
+2 -2
.tangled
workflows
+2 -2
.tangled/workflows/build.yml
···
CONF=$(cat << "EOF"
${{ secrets.CONFIG }}
EOF
-
)
+
)
echo "🪶 debugging config"
echo "${CONF}" > config.ts
-
cat config.ts
+
cat config.ts
- name: "Set up Deno"
command: |