From 3d06342da2b90d8047d1ec7abbd8f157717e5755 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 4 Sep 2020 16:23:13 -0400
Subject: [PATCH] structural fix

---
 .github/workflows/ci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 7f55283..7baba9b 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -11,6 +11,7 @@ jobs:
         python-version:
           - "2.7"
 
+    steps:
       # Get tags not fetched by the checkout action, needed for auto-versioning.
     - name: "Finish checkout"
       run: |
-- 
GitLab