Skip to content

Commit a886c30

Browse files
committed
Add basic PR check with CCR-like environment
1 parent 1ec7dd2 commit a886c30

File tree

2 files changed

+103
-0
lines changed

2 files changed

+103
-0
lines changed

.github/workflows/__ccr.yml

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/ccr.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: "CCR"
2+
description: "A standard analysis in CCR mode"
3+
env:
4+
CODEQL_ACTION_ANALYSIS_KEY: "dynamic/copilot-pull-request-reviewer/codeql-action-test"
5+
steps:
6+
- uses: ./../action/init
7+
id: init
8+
with:
9+
languages: javascript
10+
tools: ${{ steps.prepare-test.outputs.tools-url }}
11+
12+
- uses: ./../action/analyze
13+
id: analysis
14+
with:
15+
upload-database: false
16+

0 commit comments

Comments
 (0)