Skip to content

Commit 39ad4d2

Browse files
author
AR Abdul Azeez
committed
coverage with checkout
1 parent 138ecf0 commit 39ad4d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11+
- name: "[Checkout] Repo"
12+
uses: actions/checkout@v4
1113
- name: "[Setup] Project"
1214
uses: ./.github/actions/project-setup
1315
- name: "[Code Formatting] Spotless"

.github/workflows/diff-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
name: Run Diff Coverage Check
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: "[Checkout] Repo"
17+
uses: actions/checkout@v4
1618
- name: "[Setup] Project"
1719
uses: ./.github/actions/project-setup
1820

0 commit comments

Comments
 (0)