Skip to content

Commit 0af3708

Browse files
committed
Try ci without lint
1 parent 4fb5a10 commit 0af3708

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
jobs:
66
release-js:
77
name: 'jsbt v0.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@2318b9efe24831b4bd4cadf720c96f071c69c64d
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@2ad4cdd723e15885d7437261a75a4fa39f526020
99
with:
1010
build-path: test/build
1111
# slow-types: false

.github/workflows/test-ts.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ on:
55
jobs:
66
test-js:
77
name: 'jsbt v0.4.1'
8-
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@0c0607ce4602e9bce388c025de91abf5ea9a87c5
9-
# with:
10-
# submodules: false
8+
uses: paulmillr/jsbt/.github/workflows/test-ts.yml@2ad4cdd723e15885d7437261a75a4fa39f526020

index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ const concatBytes = (...arrs: Bytes[]): Bytes => {
122122
const randomBytes = (len: number = L): Bytes => {
123123
const c = cr();
124124
return c.getRandomValues(u8n(len));
125+
125126
};
126127
const big = BigInt;
127128
const arange = (n: bigint, min: bigint, max: bigint, msg = 'bad number: out of range'): bigint =>
@@ -1167,5 +1168,6 @@ export {
11671168
Signature,
11681169
utils,
11691170
verify,
1170-
verifyAsync,
1171+
verifyAsync
11711172
};
1173+

0 commit comments

Comments
 (0)