Skip to content

Commit 9c5afd0

Browse files
committed
ci: checkout code
1 parent 2f420d5 commit 9c5afd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
lint:
99
runs-on: ubuntu-latest
1010
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
fetch-depth: 0
1114
- uses: actions/setup-node@v4
1215
with:
1316
node-version: "lts/*"

0 commit comments

Comments
 (0)