diff --git a/.github/workflows/_templates.yml b/.github/workflows/_templates.yml index 75d2cab7..65c0e2e9 100644 --- a/.github/workflows/_templates.yml +++ b/.github/workflows/_templates.yml @@ -3,4 +3,9 @@ name: "🦥--- Templates Below ---🦥" on: workflow_call: - +jobs: + nothing: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4