Skip to content

Commit 5f050a7

Browse files
committed
chore(nodejs): github actions for running tests and publish package
1 parent fd828ca commit 5f050a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ like other clients do.
77
Alternatively, the sender could be growing the buffer on row writes and shrinking it on a subsequent flush() call.
88
The bufferSize parameter in the constructor can also be optional if this is done.
99
- Config object for Sender
10-
- Github actions to run 'npm test' on each commit and run 'npm publish' when version is bumped in package.json
10+
- ~~Github actions to run 'npm test' on each commit and run 'npm publish' when version is bumped in package.json~~
1111
- ~~Provide a builder style API:
1212
builder.table('tab').symbol('symName', any).intColumn('intCol', 34).timestampColumn('tsCol', 23232323).atNow();~~
1313
- ~~The project lacks a linter. Use ESLint (https://eslint.org) or standard (https://standardjs.com)~~

0 commit comments

Comments
 (0)