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

+2 -2
+2 -2
.tangled/workflows/build.yml
··· 15 15 CONF=$(cat << "EOF" 16 16 ${{ secrets.CONFIG }} 17 17 EOF 18 - ) 18 + ) 19 19 echo "🪶 debugging config" 20 20 echo "${CONF}" > config.ts 21 - cat config.ts 21 + cat config.ts 22 22 23 23 - name: "Set up Deno" 24 24 command: |