From e38c1731b5710dbfaee45324fc6de5ad9576342c Mon Sep 17 00:00:00 2001
From: "[6~" <inform@tiker.net>
Date: Thu, 12 Mar 2020 13:21:48 -0500
Subject: [PATCH] Fix Github actions yaml syntax

---
 .github/workflows/ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 65d2483..b29b922 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,5 @@
 name: Continuous Integration
 on: [push]
-
     push:
         paths-ignore:
         - 'doc/*.rst'
-- 
GitLab