[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

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

ci: skip running preview workflow in forks (#254)

authored by

Bjorn Lu and committed by
GitHub
(Mar 29, 2025, 11:55 AM -0600) d8a10da2 9cf1cc37

+1
+1
.github/workflows/preview.yml
··· 3 3 4 4 jobs: 5 5 build: 6 + if: github.repository == 'bombshell-dev/clack' 6 7 runs-on: ubuntu-latest 7 8 8 9 steps: