Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

Publication tests

+145
+8
.github/workflows/ci.yaml
··· 521 521 - name: Test publishing with default main 522 522 run: ./test.sh 523 523 working-directory: ./test/publishing_default_main 524 + 525 + - name: Test publishing with src symlink escape 526 + run: ./test.sh 527 + working-directory: ./test/publishing_src_symlink_escape 528 + 529 + - name: Test publishing with priv symlink escape 530 + run: ./test.sh 531 + working-directory: ./test/publishing_priv_symlink_escape