FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
util-dfm/.github/workflows/cppcheck.yml at master · linuxdeepin/util-dfm · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
linuxdeepin
/
util-dfm
Public
Notifications
You must be signed in to change notification settings
Fork
33
Star
6
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
util-dfm
/
.github
/
workflows
/
cppcheck.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
28 lines (26 loc) · 820 Bytes
Breadcrumbs
util-dfm
/
.github
/
workflows
/
cppcheck.yml
Copy path
File metadata and controls
28 lines (26 loc) · 820 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
name
:
cppcheck
on
:
pull_request_target
:
paths-ignore
:
-
"
.github/workflows/**
"
concurrency
:
group
:
${{ github.workflow }}-pull/${{ github.event.number }}
cancel-in-progress
:
true
jobs
:
cppchceck
:
name
:
cppcheck
runs-on
:
ubuntu-latest
steps
:
-
run
:
export
-
uses
:
actions/checkout@v7
with
:
ref
:
refs/heads/${{ github.event.pull_request.head.ref }}
repository
:
${{ github.event.pull_request.head.repo.full_name }}
allow-unsafe-pr-checkout
:
true
persist-credentials
:
false
-
uses
:
linuxdeepin/action-cppcheck@main
with
:
github_token
:
${{ secrets.GITHUB_TOKEN }}
repository
:
${{ github.repository }}
pull_request_id
:
${{ github.event.pull_request.number }}
allow_approve
:
false
Back
|
FazBrowse Home
|
New Git URL