From 3a0cfafeb5cefed4859e2e9311b79f19f9099a92 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Sun, 8 Nov 2020 19:52:37 +0100 Subject: [PATCH] Fix quotes --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7334b06ad..7b29c7112 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -245,4 +245,4 @@ jobs: # only run golangci-lint for pull requests, otherwise ALL hints get # reported. We need to slowly address all issues until we can enable # linting the master branch :) - if: github.event_name == "pull_request" + if: github.event_name == 'pull_request'