1 parent 41bde7b commit 37ae511Copy full SHA for 37ae511
1 file changed
.github/workflows/doc-check-linter.yml
@@ -1,4 +1,4 @@
1
-name: Lint Code Base & DCO Check
+name: CI Checks
2
3
on:
4
push:
@@ -9,6 +9,7 @@ on:
9
jobs:
10
lint:
11
runs-on: ubuntu-latest
12
+
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
@@ -34,10 +35,8 @@ jobs:
34
35
dco:
36
37
- - name: Checkout code
38
+ - name: Checkout repository
39
- with:
40
- fetch-depth: 0 # required so commit history is available
41
42
- name: DCO Check
43
- uses: timja/dco-check@v0.6.0
+ uses: timja/dco-check@v1
0 commit comments