[READ-ONLY] Mirror of https://github.com/bombshell-dev/tty. Platform independent 2D layout engine for terminal applications based on Clay
5

Configure Feed

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

chore: use hashes for versions

Willow (GHOST) (May 24, 2026, 3:37 PM +0100) a07c5191 427deb49

+3 -3
+3 -3
.github/workflows/preview.yml
··· 11 11 timeout-minutes: 10 12 12 steps: 13 13 - name: checkout 14 - uses: actions/checkout@v4 14 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 15 15 with: 16 16 fetch-depth: 0 17 17 submodules: true 18 18 19 19 - name: setup deno 20 - uses: denoland/setup-deno@v2 20 + uses: denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2.0.4 21 21 with: 22 22 deno-version: v2.x 23 23 ··· 29 29 run: echo ::set-output name=version::$(git describe --abbrev=0 --tags | sed 's/^v//')-pr+$(git rev-parse HEAD) 30 30 31 31 - name: Setup Node 32 - uses: actions/setup-node@v4 32 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 33 33 with: 34 34 node-version: 20.x 35 35 registry-url: https://registry.npmjs.com