From e1c5408acc7c2a8769a0378e9facbce99d6636a7 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 1 Apr 2020 17:33:10 -0700 Subject: [PATCH] fix indentation --- .github/workflows/push_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index a9958805..d52b0ec1 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -28,7 +28,7 @@ jobs: run: | pip install flake8 make lint - - name: Lint all with eslint + - name: Lint all with eslint if: github.ref == 'refs/heads/master' run: | make lint-client