Skip to content

Commit

Permalink
[linty] update sonar sources
Browse files Browse the repository at this point in the history
remove "sim"
  • Loading branch information
stnolting committed Oct 5, 2024
1 parent 7424952 commit f6dc693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f6dc693

Please sign in to comment.