Skip to content

Back to red: Get ready to solve the morning problem of Day 1 #7

Back to red: Get ready to solve the morning problem of Day 1

Back to red: Get ready to solve the morning problem of Day 1 #7

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