Skip to content

Commit

Permalink
SonarCloud build update
Browse files Browse the repository at this point in the history
  • Loading branch information
TamiTakamiya committed Oct 10, 2024
1 parent b2a741a commit 906dfb6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: |
3.12
3.11
3.10
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Install tox and any other packages
Expand Down

0 comments on commit 906dfb6

Please sign in to comment.