this repo has no description

ci: add tangled mirror action

Changed files
+17
.github
workflows
+17
.github/workflows/tangled.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + workflow_dispatch: {} 5 + push: 6 + branches: 7 + - main 8 + 9 + jobs: 10 + tangle: 11 + runs-on: ubuntu-latest 12 + 13 + steps: 14 + - uses: gwennlbh/to-tangled@v0.3 15 + with: 16 + repo: tgirl.cloud/lix-diff 17 + ssh-key: ${{ secrets.TANGLED_KEY }}