Skip to content

Commit

Permalink
[linty] relocate sonar project script
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 4, 2024
1 parent 56b22b0 commit 1cb21dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion .github/workflows/Linty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1cb21dd

Please sign in to comment.