We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138ecf0 commit 39ad4d2Copy full SHA for 39ad4d2
.github/workflows/ci.yml
@@ -8,6 +8,8 @@ jobs:
8
build:
9
runs-on: ubuntu-24.04
10
steps:
11
+ - name: "[Checkout] Repo"
12
+ uses: actions/checkout@v4
13
- name: "[Setup] Project"
14
uses: ./.github/actions/project-setup
15
- name: "[Code Formatting] Spotless"
.github/workflows/diff-coverage.yml
@@ -13,6 +13,8 @@ jobs:
name: Run Diff Coverage Check
runs-on: ubuntu-latest
16
17
18
19
20
0 commit comments