Skip to content

Commit

Permalink
[linty] auto-gen sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 5, 2024
1 parent 1cb21dd commit fabbb82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/sonar-project.properties

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit fabbb82

Please sign in to comment.