Skip to content

Properly add examples to repo #79

Properly add examples to repo

Properly add examples to repo #79

Workflow file for this run

name: test
on: [push]
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Install Clojure tools
uses: DeLaGuardo/[email protected]
with:
lein: 'latest'
- run: lein fmt
- run: lein kondo