Skip to content

Commit d0fbf07

Browse files
authored
missing Test name on CI workflow (#5)
1 parent 77c8171 commit d0fbf07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.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 <eng@socket.dev>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)