A very simple terminal spinner
0

Configure Feed

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

Update FollowTheProcess/ci action to v4 (#28)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tom Fleet <me@followtheprocess.codes>

authored by

renovate[bot]
renovate[bot]
Tom Fleet
and committed by
GitHub
(Apr 7, 2026, 11:42 AM +0100) 961968b1 d1963b6e

+2 -7
+1 -1
go.mod
··· 1 1 module go.followtheprocess.codes/spin 2 2 3 - go 1.25.7 3 + go 1.26 4 4 5 5 require ( 6 6 go.followtheprocess.codes/hue v1.0.0
+1 -1
.github/workflows/CI.yml
··· 17 17 name: CI 18 18 permissions: 19 19 contents: read 20 - uses: FollowTheProcess/ci/.github/workflows/Go.yml@v3 20 + uses: FollowTheProcess/ci/.github/workflows/Go.yml@v4 21 21 with: 22 22 codecov: false
-5
.github/workflows/release_drafter.yml
··· 4 4 push: 5 5 branches: 6 6 - main 7 - pull_request: 8 - types: 9 - - opened 10 - - reopened 11 - - synchronize 12 7 13 8 permissions: {} 14 9