Skip to content

Commit

Permalink
Switch to cljstyle.
Browse files Browse the repository at this point in the history
  • Loading branch information
greglook committed Jan 21, 2020
1 parent 789bca1 commit b3eaedd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -15,15 +15,15 @@ jobs:
steps:
- checkout
- run:
name: Install cljfmt CLI
name: Install cljstyle
environment:
CLJFMT_VERSION: 0.8.3
CLJSTYLE_VERSION: 0.10.1
command: |
wget https://github.com/greglook/cljfmt/releases/download/${CLJFMT_VERSION}/cljfmt_${CLJFMT_VERSION}_linux.tar.gz
tar -xzf cljfmt_${CLJFMT_VERSION}_linux.tar.gz
wget https://github.com/greglook/cljstyle/releases/download/${CLJSTYLE_VERSION}/cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
tar -xzf cljstyle_${CLJSTYLE_VERSION}_linux.tar.gz
- run:
name: Check source formatting
command: "./cljfmt check --stats style-stats.tsv"
command: "./cljstyle check --stats style-stats.tsv"
- store_artifacts:
path: style-stats.tsv
destination: style
Expand Down
File renamed without changes.

0 comments on commit b3eaedd

Please sign in to comment.