branch: elpa/yasnippet-snippets commit fba6349bdd0b1953eefaffe862b56a3b41d6dc83 Author: Andrea Crotti <andrea.crott...@gmail.com> Commit: Andrea Crotti <andrea.crott...@gmail.com>
clojure workflow --- .github/workflows/clojure.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 24e844b7a1..8e56a3ceb7 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -8,10 +8,21 @@ on: jobs: build: - runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - name: Setup Java + uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '21' + + - name: Install Clojure Tools + uses: DeLaGuardo/setup-clojure@13.4 + with: + cli: latest + lein: latest + - name: generate html report run: cd report && lein run