Skip to content

Commit eda73fb

Browse files
update workflow config
1 parent c31de17 commit eda73fb

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

.github/workflows/bun-test.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ name: chDB-bun
33
on:
44
pull_request:
55
paths-ignore:
6-
- '**/.md'
6+
- "**/.md"
77
push:
8-
branches: [ "main" ]
8+
branches: ["main"]
99
paths-ignore:
10-
- '**/.md'
10+
- "**/.md"
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3
17-
- name: Fetch library
18-
run: |
16+
- uses: actions/checkout@v3
17+
- name: Fetch library
18+
run: |
1919
sudo wget https://github.com/metrico/libchdb/releases/latest/download/libchdb.zip
2020
sudo unzip libchdb.zip
2121
sudo mv libchdb.so /usr/lib/libchdb.so
2222
sudo ldconfig
23-
- uses: oven-sh/setup-bun@v1
24-
with:
25-
bun-version: latest
26-
- run: bun install
27-
- run: bun example.js
23+
- uses: oven-sh/setup-bun@v1
24+
with:
25+
bun-version: latest
26+
- run: bun install
27+
- run: bun example.ts

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
node_modules
22

33
/lib/libchdb_bun.dylib
4-
/lib/libchdb_bun.so
5-
/lib/libchdb_bun.dll
64
/lib/libchdb.so
75
/lib/index.js
86
/lib/index.d.ts

lib/libchdb_bun.so

15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)