From 5d7612b0db0166137d4af07684e83ecc5bdf9f20 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 12:09:05 +0100 Subject: [PATCH] Move comment, was it stopping any steps from being defined? --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c396783c..d85fddff 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-18.04 steps: - # https://github.com/actions/checkout - name: Checkout commits + # https://github.com/actions/checkout uses: actions/checkout@v2 with: fetch-depth: 0