We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfd942a commit acd4d76Copy full SHA for acd4d76
1 file changed
.github/workflows/ci.yml
@@ -52,29 +52,8 @@ jobs:
52
${{ runner.os }}-go-
53
54
- name: Vet packages
55
- run: go vet ./cmd/jnicli/ ./tools/...
+ run: go vet ./tools/...
56
57
- build-cli:
58
- name: Build CLI
59
- runs-on: ubuntu-latest
60
- steps:
61
- - uses: actions/checkout@v4
62
-
63
- - uses: actions/setup-go@v5
64
- with:
65
- go-version: "1.24.x"
66
67
- - uses: actions/cache@v4
68
69
- path: |
70
- ~/go/pkg/mod
71
- ~/.cache/go-build
72
- key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}
73
- restore-keys: |
74
- ${{ runner.os }}-go-
75
76
- - name: Build jnicli
77
- run: GOOS=linux GOARCH=amd64 go build -o /dev/null ./cmd/jnicli/
78
79
lint:
80
name: Lint
0 commit comments