mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[linty] update sonar sources
remove "sim"
This commit is contained in:
parent
742495232c
commit
f6dc6936e2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/Linty.yml
vendored
2
.github/workflows/Linty.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- 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
|
||||
echo "sonar.sources=./rtl/core" >> $GITHUB_WORKSPACE/sonar-project.properties
|
||||
|
||||
- name: Create linty_read.ys
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue