From ae7991f4b6dc396b9e2b15e63959b2eefaa63f3d Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Fri, 1 May 2020 15:54:47 -0300 Subject: [PATCH] Fixed checks.yml shellbang being put on the second line --- .github/workflows/checks.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 28a5f7ad3..3da2947f5 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -14,8 +14,7 @@ jobs: id: check_tagged run: | set -x - printf '%s' ' - #!/usr/bin/env python3 + printf '%s' '#!/usr/bin/env python3 # -*- coding: utf-8 -*- import json