jobs:
  tests:
    runs-on:
      - nscloud-ubuntu-22.04-amd64-8x16-with-cache
      - nscloud-git-mirror-5gb
 
    steps:
      - uses: namespacelabs/nscloud-checkout-action@v7
        name: Checkout
        with:
          path: my-repo
      - run: |
          cd my-repo && git status