From 5ec13a211512fa57b9caa449923287139c555b33 Mon Sep 17 00:00:00 2001 From: Severiano Badajoz Date: Wed, 1 Apr 2020 16:44:23 -0700 Subject: [PATCH] format --- .github/workflows/push_tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index c9455386..c032dbee 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: | - git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* + git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* - name: Set up Python 3.7 uses: actions/setup-python@v1 with: @@ -30,8 +30,7 @@ jobs: make lint - name: Lint with eslint run: | - if(${GITHUB_REF} == "refs/heads/master") then make lint-client; else make lint-diff-client; fi - + if("$GITHUB_REF" == "refs/heads/master") then make lint-client; else make lint-diff-client; fi unit-test: runs-on: ubuntu-latest