Skip to content

Commit bf0267d

Browse files
committed
missing Test name on CI workflow
1 parent 77c8171 commit bf0267d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
test:
10+
name: "Test"
1011
runs-on: ${{ matrix.os }}
1112
strategy:
1213
matrix:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/bun-security-scanner",
33
"description": "Bun security scanner for SocketDev",
4-
"version": "0.1.0",
4+
"version": "0.0.0-prerelease",
55
"author": "SocketDev <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)