FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
iohook/.github/workflows/cpplint.yml at master · node-3d/iohook · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
node-3d
/
iohook
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
6
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
iohook
/
.github
/
workflows
/
cpplint.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
46 lines (37 loc) · 851 Bytes
Breadcrumbs
iohook
/
.github
/
workflows
/
cpplint.yml
Copy path
File metadata and controls
46 lines (37 loc) · 851 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
name
:
Cpplint
defaults
:
run
:
shell
:
bash
on
:
push
:
branches
:
-
master
pull_request
:
branches
:
-
master
jobs
:
cpplint
:
name
:
Cpplint
runs-on
:
ubuntu-22.04
steps
:
-
name
:
Fetch Repository
uses
:
actions/checkout@v7
with
:
persist-credentials
:
false
-
name
:
Install Node.js
uses
:
actions/setup-node@v6
with
:
node-version
:
24.13.0
cache
:
'
npm
'
-
name
:
Install Modules
run
:
npm ci
-
name
:
Install Python
uses
:
actions/setup-python@v6
with
:
python-version
:
'
3.12
'
-
name
:
Install Cpplint
run
:
pip install cpplint
-
name
:
Run Cpplint
run
:
|
node -e "import('@node-3d/addon-tools').then((m) => m.cpcpplint())"
cpplint --recursive ./src/cpp
Back
|
FazBrowse Home
|
New Git URL