Skip to content

Commit 00c44e3

Browse files
committed
wip(ci): understand what Git we have
Signed-off-by: Chris Sdogkos <work@chris-sdogkos.com>
1 parent d2eeca9 commit 00c44e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/basic-checks.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Basic checks
22

3-
on: [pull_request]
3+
on: [push]
44

55
env:
66
JAVA_VERSION: 25
@@ -15,6 +15,9 @@ jobs:
1515
with:
1616
java-version: ${{ env.JAVA_VERSION }}
1717
- uses: actions/checkout@v4
18+
- name: Understand what Git we have
19+
run: |
20+
git --version
1821
- name: Check
1922
run: ./gradlew spotlessCheck
2023

0 commit comments

Comments
 (0)