Skip to content

update everything

update everything #10

Workflow file for this run

name: Tests
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ master ]
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
tests:
strategy:
matrix:
operating-system: [ubuntu-latest]
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare java
uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '11'
- name: Install clojure tools-deps
uses: DeLaGuardo/setup-clojure@master
with:
lein: 2.11.2
- name: Execute clojure code
run: lein test