diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-22 14:41:34 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-04-22 14:41:34 -0400 |
commit | 59eda4d81eb86348577486badec4c3cbe50623d7 (patch) | |
tree | 685e06c932bc68c7587405bb350482c4c7b95c83 | |
parent | 788c64baea3e5ec113cdf6c36f47c9bf4dc736e7 (diff) |
fixed space issue
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index df5b30bb..4c2b40ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,8 +48,8 @@ workflows: jobs: - checkout_code - lint_code: - requires: - - checkout_code + requires: + - checkout_code # test: # jobs: # - checkout_code |