Skip to content

Commit

Permalink
Merge pull request #12 from liquidz/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
liquidz authored Aug 12, 2022
2 parents 8b66a26 + f8bb083 commit cd2ab64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeLaGuardo/setup-clj-kondo@master
- uses: DeLaGuardo/setup-clojure@master
with:
version: '2022.06.22'
- name: Lint by clj-kondo
run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'
clj-kondo: latest
- run: clj-kondo --lint src:test --config '{:output {:pattern "::{{level}} file={{filename}},line={{row}},col={{col}}::{{message}}"}}'

cljstyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 0918nobita/setup-[email protected]
- uses: DeLaGuardo/setup-clojure@master
with:
cljstyle-version: 0.15.0
- run: cljstyle check
cljstyle: latest
- run: cljstyle check --report -v
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:aliases
{:dev
{:extra-paths ["dev" "test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.68.1059"}
:extra-deps {lambdaisland/kaocha {:mvn/version "1.69.1069"}
com.github.liquidz/testdoc {:mvn/version "1.5.98"}
orchestra/orchestra {:mvn/version "2021.01.01-1"}}}

Expand All @@ -31,5 +31,5 @@
:main-opts ["-m" "cloverage.coverage"]}

:build
{:deps {com.github.liquidz/build.edn {:git/tag "0.5.116" :git/sha "f633fa3"}}
{:deps {com.github.liquidz/build.edn {:git/tag "0.7.145" :git/sha "776501e"}}
:ns-default build-edn.main}}}

0 comments on commit cd2ab64

Please sign in to comment.