Skip to content

Commit e996ee0

Browse files
committed
ci: make linting optional, bump jsbt.
1 parent 4412e2c commit e996ee0

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
types: [created]
55
jobs:
66
release-js:
7-
name: 'jsbt v0.4.0' # Should match commit below
8-
uses: paulmillr/jsbt/.github/workflows/release.yml@3b4712c94bff7a5da5c968f783292061e81b218c
7+
name: 'jsbt v0.4.1' # Should match commit below
8+
uses: paulmillr/jsbt/.github/workflows/release.yml@df058af02b73017cd1f281d85bf4360e07790db6
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@df058af02b73017cd1f281d85bf4360e07790db6

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"build": "tsc",
2929
"build:release": "npx --no @paulmillr/jsbt esbuild test/build",
3030
"build:clean": "rm {.,abstract}/*.{js,d.ts,d.ts.map,js.map} 2> /dev/null",
31-
"lint": "prettier --check 'src/**/*.{js,ts}' 'test/*.{js,ts}'",
3231
"format": "prettier --write 'src/**/*.{js,ts}' 'test/*.{js,ts}'",
3332
"test": "node --experimental-strip-types --disable-warning=ExperimentalWarning test/index.ts",
3433
"test:bun": "bun test/index.ts",

0 commit comments

Comments
 (0)