Skip to content

Commit 6a41f65

Browse files
committed
ci: try to make git work in github actions
Signed-off-by: Robin Jarry <[email protected]>
1 parent 508132f commit 6a41f65

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
container: fedora:latest
1616
steps:
1717
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1820
- run: |
1921
dnf install -y \
2022
make gcc ninja-build meson clang-tools-extra git gcovr scdoc \
@@ -27,3 +29,4 @@ jobs:
2729
- run: make
2830
- run: make coverage
2931
- run: make lint
32+
- run: git log --oneline --decorate -10

0 commit comments

Comments
 (0)