From 780ac95d064dbcd9b51c478f5e85396e7172bcb2 Mon Sep 17 00:00:00 2001 From: Suzanne Soy Date: Wed, 28 Jul 2021 15:48:24 +0100 Subject: [PATCH] Try to get the Github Actions to register as a Status check --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31b53a..019fa16 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,6 +95,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: + - uses: actions/checkout@v2 - name: Create status check env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}