Skip to content

Commit 102a1aa

Browse files
FelixIsaacclaude
andcommitted
Remove old shell scripts and fix CI
- Delete old bash/PowerShell implementations - Delete old install scripts (use brew/scoop/releases now) - Remove lint job from CI (build/test sufficient) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e5afb4a commit 102a1aa

5 files changed

Lines changed: 0 additions & 1770 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,3 @@ jobs:
2727

2828
- name: Test
2929
run: go test -v ./...
30-
31-
lint:
32-
runs-on: ubuntu-latest
33-
steps:
34-
- uses: actions/checkout@v4
35-
36-
- name: Set up Go
37-
uses: actions/setup-go@v5
38-
with:
39-
go-version: '1.21'
40-
41-
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@v4
43-
with:
44-
version: latest

0 commit comments

Comments
 (0)