Skip to content

Commit

Permalink
chore: add SonarCloud Scan action
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Jun 15, 2024
1 parent e357cb2 commit 2250618
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,8 @@ jobs:
files: ./coverage.xml
flags: unittests
name: GitHub

- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@v2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ def setup(app):

html_baseurl = f"https://jose.authlib.org/{language}/"
html_context["languages"] = [
("English", f"https://jose.authlib.org/en/%s/", "en"),
("简体中文", f"https://jose.authlib.org/zh/%s/", "zh"),
("English", "https://jose.authlib.org/en/%s/", "en"),
("简体中文", "https://jose.authlib.org/zh/%s/", "zh"),
]

0 comments on commit 2250618

Please sign in to comment.