From 8d7f91248d099d6b15aaa320bae4f037cc7be5c6 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 31 Jul 2020 13:18:46 +0100 Subject: [PATCH] Oops, moved the 'steps:' line too --- .github/workflows/pr-checks.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 18af3222..8d66a6b9 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -15,6 +15,8 @@ jobs: flake8: runs-on: ubuntu-18.04 + steps: + #################################################################### # Checkout the necessary commits #################################################################### @@ -45,7 +47,6 @@ jobs: #################################################################### # Show full github context to aid debugging. #################################################################### - steps: - name: Show github context run: | env