Skip to content

Commit 5d25d75

Browse files
committed
upd
1 parent 662b3f6 commit 5d25d75

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/build-and-lint.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,8 @@ jobs:
2020
with:
2121
bun-version-file: ".bun-version"
2222

23-
- name: Cache node_modules
24-
id: cache-node_modules
25-
uses: actions/cache@v4
26-
with:
27-
path: node_modules
28-
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/bun.lock') }}
29-
restore-keys: |
30-
${{ runner.os }}-node_modules-
31-
- name: Install js
32-
if: steps.cache-node_modules.outputs.cache-hit != 'true'
33-
run: bun install
34-
3523
- name: Install go dependencies
36-
run: bun cli deps --skip-node
24+
run: bun cli deps
3725

3826
- name: Build
3927
run: bun cli build
40-
41-
# - name: Lint javascript
42-
# run: pnpm run lint
43-
44-
# - name: golangci-lint
45-
# uses: golangci/golangci-lint-action@v3
46-
# with:
47-
# version: v1.55.2

0 commit comments

Comments
 (0)