FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-javascript/.github/workflows/fuzz.yml at main · msgpack/msgpack-javascript · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
msgpack
/
msgpack-javascript
Public
Notifications
You must be signed in to change notification settings
Fork
180
Star
1.6k
Code
Issues
18
Pull requests
6
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-javascript
/
.github
/
workflows
/
fuzz.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
28 lines (23 loc) · 605 Bytes
Breadcrumbs
msgpack-javascript
/
.github
/
workflows
/
fuzz.yml
Copy path
File metadata and controls
28 lines (23 loc) · 605 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/jsfuzz
name
:
Fuzz
on
:
push
:
branches
:
-
main
pull_request
:
workflow_dispatch
:
jobs
:
fuzzing
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v6
-
name
:
Setup Node.js
uses
:
actions/setup-node@v6
with
:
cache
:
npm
node-version
:
"
20
"
#
npm@9 may fail with https://github.com/npm/cli/issues/6723
#
npm@10 may fail with "GitFetcher requires an Arborist constructor to pack a tarball"
-
run
:
npm install -g npm@8
-
run
:
npm ci
-
run
:
npm run test:fuzz
Back
|
FazBrowse Home
|
New Git URL