Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meloni committed Oct 30, 2021
1 parent 5ae54b3 commit 2fdda3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -86,8 +86,8 @@ jobs:
name: Install MDSpell
command: sudo npm install -g orta/node-markdown-spellcheck
- restore_cache:
keys:
- v{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-danger-dependencies-{{ checksum "Dangerfile.swift" }}
keys:
- v{{ .Environment.CACHE_VERSION }}-{{ .Branch }}-danger-dependencies-{{ checksum "Dangerfile.swift" }}
- run:
name: Run Danger
command: brew install danger/tap/danger-swift && danger-swift ci
Expand Down

0 comments on commit 2fdda3d

Please sign in to comment.