Skip to content

Commit

Permalink
Merge pull request #324 from sir-gon/develop
Browse files Browse the repository at this point in the history
[BUGFIX] sonarcloud: Shallow clone detected during the analysis. Some…
  • Loading branch information
sir-gon authored May 9, 2024
2 parents 505ad83 + 4d81bb2 commit b1dc6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node-coverage.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4

with:
fetch-depth: 0
- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit b1dc6c1

Please sign in to comment.