Skip to content

Revert "Revert "support "he is able to sleep""" #1316

Revert "Revert "support "he is able to sleep"""

Revert "Revert "support "he is able to sleep""" #1316

Workflow file for this run

name: Clojure CI
on:
push:
branches:
- '*'
pull_request:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test