Skip to content

Commit

Permalink
ci: fix shallow clones
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 10, 2024
1 parent 0ce85e0 commit 5e7366b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ permissions:

jobs:
sonar:
name: TypeScript Tests
name: SonarCloud Static Analysis
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
id: setup-pnpm
Expand Down

0 comments on commit 5e7366b

Please sign in to comment.