mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-23 13:47:33 -04:00
[linty] relocate sonar project script
This commit is contained in:
parent
56b22b0586
commit
1cb21ddda5
2 changed files with 4 additions and 1 deletions
5
.github/workflows/Linty.yml
vendored
5
.github/workflows/Linty.yml
vendored
|
@ -11,10 +11,13 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup
|
||||
run: cp $GITHUB_WORKSPACE/.github/sonar-project.properties $GITHUB_WORKSPACE/sonar-project.properties
|
||||
|
||||
- name: Cache
|
||||
uses: actions/cache@v3.3.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue