mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[linty] auto-gen sonar-project.properties
This commit is contained in:
parent
1cb21ddda5
commit
fabbb82e60
2 changed files with 4 additions and 4 deletions
2
.github/sonar-project.properties
vendored
2
.github/sonar-project.properties
vendored
|
@ -1,2 +0,0 @@
|
|||
sonar.projectKey=neorv32
|
||||
sonar.sources=./rtl/core,./sim
|
6
.github/workflows/Linty.yml
vendored
6
.github/workflows/Linty.yml
vendored
|
@ -15,8 +15,10 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
run: cp $GITHUB_WORKSPACE/.github/sonar-project.properties $GITHUB_WORKSPACE/sonar-project.properties
|
||||
- name: Create sonar-project.properties
|
||||
run: |
|
||||
echo "sonar.projectKey=neorv32" > $GITHUB_WORKSPACE/sonar-project.properties
|
||||
echo "sonar.sources=./rtl/core,./sim" >> $GITHUB_WORKSPACE/sonar-project.properties
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue