Skip to content

Commit 9d7bf77

Browse files
committed
minor: GH Actions cspell.config sonar
1 parent f3b54ec commit 9d7bf77

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- name: Checkout repository
23-
uses: actions/checkout@v6
22+
- uses: actions/checkout@v6
2423
with:
2524
persist-credentials: false
26-
fetch-depth: 0 # 0 if you want to push to repo
25+
fetch-depth: 1 # latest only

0 commit comments

Comments
 (0)