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