diff --git a/.forgejo/workflows/CI.yml b/.forgejo/workflows/CI.yml index 2939d53..0012ee5 100644 --- a/.forgejo/workflows/CI.yml +++ b/.forgejo/workflows/CI.yml @@ -13,7 +13,8 @@ jobs: image: fukamachi/roswell:latest steps: - - uses: actions/checkout@v4 + - name: Checkout code + uses: actions/checkout@v4 - name: Install Qlot run: ros install fukamachi/qlot - name: Install dependencies