Skip to content

Commit

Permalink
Merge branch 'master' into add-cljstyle-support
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo authored Jun 16, 2022
2 parents 7e4b4d9 + 702cb0a commit 33d5546
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
Expand All @@ -52,9 +52,6 @@ jobs:
bb: 0.7.8 # Babashka
clj-kondo: 2022.05.31 # Clj-kondo
cljstyle: 0.15.0 # cljstyle

# (optional) To avoid rate limit errors please provide github token
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Execute clojure code on Linux and MacOS
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 33d5546

Please sign in to comment.