Skip to content

Attempting temurin 22 in github actions build #11

Attempting temurin 22 in github actions build

Attempting temurin 22 in github actions build #11

Workflow file for this run

name: Clojure CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test