commit 780ac95d064dbcd9b51c478f5e85396e7172bcb2
parent 281287c8f4b4da4a38e085013ecf01ab62195862
Author: Suzanne Soy <jsmaniac.github@suzanne.soy>
Date: Wed, 28 Jul 2021 15:48:24 +0100
Try to get the Github Actions to register as a Status check
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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 }}