From 3679cc76eeb34a306ebce25a353746261e8b976b Mon Sep 17 00:00:00 2001 From: AndreasBrostrom Date: Tue, 9 Apr 2024 12:10:58 +0200 Subject: [PATCH] forgot checkout --- .github/workflows/testing.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 80dd343..ec2698d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -4,6 +4,8 @@ jobs: testing: runs-on: ubuntu-latest steps: - - name: Checking json format - if: always() - run: bash scripts/checkFormat.sh \ No newline at end of file + - name: Checkout + uses: actions/checkout@master + - name: Checking json format + if: always() + run: bash scripts/checkFormat.sh \ No newline at end of file