Skip to content

Commit

Permalink
for indent
Browse files Browse the repository at this point in the history
  • Loading branch information
barkanido committed Dec 12, 2021
1 parent 90ab2d0 commit aab3f3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "Version isn't a SNAPSHOT version:" $VERSION
exit 0
fi
- name: Lint
- name: lint
run: lein lint

test:
Expand Down
17 changes: 8 additions & 9 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
:url "https://github.com/AppsFlyer/unleash-client-clojure"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:deploy-repositories []
["releases" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]
["snapshots" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]
:deploy-repositories [["releases" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]
["snapshots" {:url "https://repo.clojars.org"
:username :env/clojars_username
:password :env/clojars_password
:sign-releases false}]]
:dependencies [[no.finn.unleash/unleash-client-java "3.3.4" :exclusions [org.apache.logging.log4j/log4j-api]]]
:profiles {:dev {:dependencies [[org.clojure/clojure "1.10.3"]
[clj-kondo "RELEASE"]
Expand Down

0 comments on commit aab3f3f

Please sign in to comment.