Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into #25-landing-page-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenstrahl committed Oct 3, 2024
2 parents 84b3d3e + a249b2e commit 8831aca
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
run: npm install
- name: Run tests
run: npm run test:ci
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
Expand Down
13 changes: 13 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
sonar.projectKey=hagenstrahl_anna-otto
sonar.organization=hagenstrahl

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=anna-otto
#sonar.projectVersion=1.0


# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

0 comments on commit 8831aca

Please sign in to comment.