Skip to content

Commit

Permalink
test sonar cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
RossBugginsNHS committed Jun 5, 2024
1 parent b3ee2d3 commit 0c44f56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,15 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download site artifacts
uses: actions/download-artifact@v4
with:
name: site
path: _site
- name: Display structure of downloaded files
run: ls -R
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 0c44f56

Please sign in to comment.