Commit 12df389a714afa5af5ed8f8d1c009544e041a05c

Martin Mitas 2024-01-21T16:28:48

ci-build.yml: Explicitly name the checkout step.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 36b133c..46120cf 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -8,7 +8,8 @@ jobs:
   linux:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v4
+      - name: Checkout
+        uses: actions/checkout@v4
       - name: Configure
         # We enforce -Wdeclaration-after-statement because Qt project needs to
         # build MD4C with Integrity compiler which chokes whenever a declaration