Skip to content

Commit 37ae511

Browse files
Update doc-check-linter.yml
Specified the version/tag (e.g., @v1), not just the repo name.
1 parent 41bde7b commit 37ae511

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/doc-check-linter.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Lint Code Base & DCO Check
1+
name: CI Checks
22

33
on:
44
push:
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
lint:
1111
runs-on: ubuntu-latest
12+
1213
steps:
1314
- name: Checkout repository
1415
uses: actions/checkout@v4
@@ -34,10 +35,8 @@ jobs:
3435
dco:
3536
runs-on: ubuntu-latest
3637
steps:
37-
- name: Checkout code
38+
- name: Checkout repository
3839
uses: actions/checkout@v4
39-
with:
40-
fetch-depth: 0 # required so commit history is available
4140

4241
- name: DCO Check
43-
uses: timja/dco-check@v0.6.0
42+
uses: timja/dco-check@v1

0 commit comments

Comments
 (0)