From 0b7436698f148955cc8478937adb56d0eb591da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aliberk=20Sand=C4=B1k=C3=A7=C4=B1?= Date: Sun, 9 Feb 2025 18:06:20 +0300 Subject: [PATCH] update CI Using checkout action provides automatic PR tests also --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fe020b11..6c50c23a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,8 @@ jobs: permissions: write-all steps: - - name: Checkout branch "${{ github.ref_name }}" - run: | - git clone --no-checkout https://github.com/polymorphicshade/Tubular.git . - git checkout --progress --force ${{ github.ref_name }} + - name: Checkout + uses: actions/checkout@v4 - name: Set up JDK 21 uses: actions/setup-java@v4