Skip to content

Read the sample data from a file in the resources directory #11

Read the sample data from a file in the resources directory

Read the sample data from a file in the resources directory #11

Workflow file for this run

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