Skip to content

Fixes based on PR comments #514

Fixes based on PR comments

Fixes based on PR comments #514

Workflow file for this run

name: heratepalvelu
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: lein test
- name: Static checks
run: lein checkall