Skip to content

Potionomics sketching, got ingredients written to EDN #125

Potionomics sketching, got ingredients written to EDN

Potionomics sketching, got ingredients written to EDN #125

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/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test